Html Css Color HEX #3C204B Jagger

📋 copy color: '#3C204B'

red 60 ◦ green 32 ◦ blue 75

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

Shades of Jagger #3C204B

Tints of Jagger #3C204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.16%

 BLUE value IS 75 (29.69% from 255) = 44.91%

R = 35.93%
G = 19.16%
B = 44.91%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3C204B (or 0x3C204B) is known color: Jagger. HEX triplet: 3C, 20 and 4B. RGB value is (60,32,75). Sum of RGB (Red+Green+Blue) = 60+32+75=167 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.93% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C204B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C204B is #C3DFB4. Grayscale: #2D2D2D. Windows color (decimal): -12836789 or 4923452. OLE color: 4923452.

HSL color Cylindrical-coordinate representation of color #3C204B: hue angle of 279.07º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C204B is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 60 32 75 -
CMYK 0.20 0.57 0 0.71
HSL 279.07º 0.4% 0.21% -
HSV(B) 279.07º 0.57% 0.29% -
XYZ 3.65 2.5 6.95 -
YUV 45.27 144.78 138.5 -
System Red Green Blue C M Y K H S L
Decimal 60 32 75 0.20 0.57 0 0.71 279.07 0.4 0.21
Hex 3C 20 4B 14 39 0 47 117 28 15
Octal 74 40 113 24 71 0 107 427 50 25
Binary 111100 100000 1001011 10100 111001 0 1000111 100010111 101000 10101

Color Harmonies of #3C204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C204B

Black with #3C204B

Text Example


Text Example

White with #3C204B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,32,75); }

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

background-color css

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

 a { background-color: rgb(60,32,75); }

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

border-color css

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

 span { border-color: rgb(60,32,75); }

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