Html Css Color HEX #3C2252 Jagger

📋 copy color: '#3C2252'

red 60 ◦ green 34 ◦ blue 82

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

Shades of Jagger #3C2252

Tints of Jagger #3C2252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 46.59%

R = 34.09%
G = 19.32%
B = 46.59%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3C2252 (or 0x3C2252) is known color: Jagger. HEX triplet: 3C, 22 and 52. RGB value is (60,34,82). Sum of RGB (Red+Green+Blue) = 60+34+82=176 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.09% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 82 (32.42% from 255 or 46.59% from 176); Max value from RGB is 82 - color contains mainly: blue. Hex color #3C2252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2252 is #C3DDAD. Grayscale: #2F2F2F. Windows color (decimal): -12836270 or 5382716. OLE color: 5382716.

HSL color Cylindrical-coordinate representation of color #3C2252: hue angle of 272.5º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C2252 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 60 34 82 -
CMYK 0.27 0.59 0 0.68
HSL 272.5º 0.41% 0.23% -
HSV(B) 272.5º 0.59% 0.32% -
XYZ 3.96 2.71 8.3 -
YUV 47.25 147.61 137.1 -
System Red Green Blue C M Y K H S L
Decimal 60 34 82 0.27 0.59 0 0.68 272.5 0.41 0.23
Hex 3C 22 52 1B 3B 0 44 110 29 17
Octal 74 42 122 33 73 0 104 420 51 27
Binary 111100 100010 1010010 11011 111011 0 1000100 100010000 101001 10111

Color Harmonies of #3C2252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2252

Black with #3C2252

Text Example


Text Example

White with #3C2252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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