Html Css Color HEX #3C2353 Jagger

📋 copy color: '#3C2353'

red 60 ◦ green 35 ◦ blue 83

#3C2353
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagger #3C2353

Tints of Jagger #3C2353

RGB

 RED value IS 60 (23.83% from 255) = 33.71%

 GREEN value IS 35 (14.06% from 255) = 19.66%

 BLUE value IS 83 (32.81% from 255) = 46.63%

R = 33.71%
G = 19.66%
B = 46.63%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3C2353 (or 0x3C2353) is known color: Jagger. HEX triplet: 3C, 23 and 53. RGB value is (60,35,83). Sum of RGB (Red+Green+Blue) = 60+35+83=178 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.71% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 83 - color contains mainly: blue. Hex color #3C2353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2353 is #C3DCAC. Grayscale: #2F2F2F. Windows color (decimal): -12836013 or 5448508. OLE color: 5448508.

HSL color Cylindrical-coordinate representation of color #3C2353: hue angle of 271.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C2353 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 35 83 -
CMYK 0.28 0.58 0 0.67
HSL 271.25º 0.41% 0.23% -
HSV(B) 271.25º 0.58% 0.33% -
XYZ 4.03 2.79 8.51 -
YUV 47.95 147.78 136.6 -
System Red Green Blue C M Y K H S L
Decimal 60 35 83 0.28 0.58 0 0.67 271.25 0.41 0.23
Hex 3C 23 53 1C 3A 0 43 10F 29 17
Octal 74 43 123 34 72 0 103 417 51 27
Binary 111100 100011 1010011 11100 111010 0 1000011 100001111 101001 10111

Color Harmonies of #3C2353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2353

Black with #3C2353

Text Example


Text Example

White with #3C2353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C2353; }

 p { color: rgb(60,35,83); }

 H1.HeaderClassName
 {
   color: #3C2353;
 }
 .AnyTagClassName
 {
   color: #3C2353;
 }
</style>

background-color css

<style>
 a { background-color: #3C2353; }

 a { background-color: rgb(60,35,83); }

 div.DivClassName
 {
   background-color: #3C2353;
 }
 .BgClassName
 {
   background-color: #3C2353;
 }
</style>

border-color css

<style>
 span { border-color: #3C2353; }

 span { border-color: rgb(60,35,83); }

 td.TdClassName
 {
   border-color: #3C2353;
 }
 .TagClassName
 {
   border-color: #3C2353;
 }
</style>