Html Css Color HEX #3C2951 Jagger

📋 copy color: '#3C2951'

red 60 ◦ green 41 ◦ blue 81

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

Shades of Jagger #3C2951

Tints of Jagger #3C2951

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.53%

 BLUE value IS 81 (32.03% from 255) = 44.51%

R = 32.97%
G = 22.53%
B = 44.51%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3C2951 (or 0x3C2951) is known color: Jagger. HEX triplet: 3C, 29 and 51. RGB value is (60,41,81). Sum of RGB (Red+Green+Blue) = 60+41+81=182 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.97% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 81 (32.03% from 255 or 44.51% from 182); Max value from RGB is 81 - color contains mainly: blue. Hex color #3C2951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2951 is #C3D6AE. Grayscale: #333333. Windows color (decimal): -12834479 or 5318972. OLE color: 5318972.

HSL color Cylindrical-coordinate representation of color #3C2951: hue angle of 268.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C2951 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 60 41 81 -
CMYK 0.26 0.49 0 0.68
HSL 268.5º 0.33% 0.24% -
HSV(B) 268.5º 0.49% 0.32% -
XYZ 4.14 3.14 8.17 -
YUV 51.24 144.79 134.25 -
System Red Green Blue C M Y K H S L
Decimal 60 41 81 0.26 0.49 0 0.68 268.5 0.33 0.24
Hex 3C 29 51 1A 31 0 44 10C 21 18
Octal 74 51 121 32 61 0 104 414 41 30
Binary 111100 101001 1010001 11010 110001 0 1000100 100001100 100001 11000

Color Harmonies of #3C2951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2951

Black with #3C2951

Text Example


Text Example

White with #3C2951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,41,81); }

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

background-color css

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

 a { background-color: rgb(60,41,81); }

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

border-color css

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

 span { border-color: rgb(60,41,81); }

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