Html Css Color HEX #3C2247 Jagger

📋 copy color: '#3C2247'

red 60 ◦ green 34 ◦ blue 71

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

Shades of Jagger #3C2247

Tints of Jagger #3C2247

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.61%

 BLUE value IS 71 (28.13% from 255) = 43.03%

R = 36.36%
G = 20.61%
B = 43.03%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3C2247 (or 0x3C2247) is known color: Jagger. HEX triplet: 3C, 22 and 47. RGB value is (60,34,71). Sum of RGB (Red+Green+Blue) = 60+34+71=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 71 (28.12% from 255 or 43.03% from 165); Max value from RGB is 71 - color contains mainly: blue. Hex color #3C2247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2247 is #C3DDB8. Grayscale: #2D2D2D. Windows color (decimal): -12836281 or 4661820. OLE color: 4661820.

HSL color Cylindrical-coordinate representation of color #3C2247: hue angle of 282.16º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C2247 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 60 34 71 -
CMYK 0.15 0.52 0 0.72
HSL 282.16º 0.35% 0.21% -
HSV(B) 282.16º 0.52% 0.28% -
XYZ 3.57 2.56 6.27 -
YUV 45.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 60 34 71 0.15 0.52 0 0.72 282.16 0.35 0.21
Hex 3C 22 47 F 34 0 48 11A 23 15
Octal 74 42 107 17 64 0 110 432 43 25
Binary 111100 100010 1000111 1111 110100 0 1001000 100011010 100011 10101

Color Harmonies of #3C2247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2247

Black with #3C2247

Text Example


Text Example

White with #3C2247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,34,71); }

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

background-color css

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

 a { background-color: rgb(60,34,71); }

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

border-color css

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

 span { border-color: rgb(60,34,71); }

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