Html Css Color HEX #3C2555 Jagger

📋 copy color: '#3C2555'

red 60 ◦ green 37 ◦ blue 85

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

Shades of Jagger #3C2555

Tints of Jagger #3C2555

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.33%

 BLUE value IS 85 (33.59% from 255) = 46.7%

R = 32.97%
G = 20.33%
B = 46.7%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3C2555 (or 0x3C2555) is known color: Jagger. HEX triplet: 3C, 25 and 55. RGB value is (60,37,85). Sum of RGB (Red+Green+Blue) = 60+37+85=182 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.97% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C2555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2555 is #C3DAAA. Grayscale: #313131. Windows color (decimal): -12835499 or 5580092. OLE color: 5580092.

HSL color Cylindrical-coordinate representation of color #3C2555: hue angle of 268.75º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C2555 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 37 85 -
CMYK 0.29 0.56 0 0.67
HSL 268.75º 0.39% 0.24% -
HSV(B) 268.75º 0.56% 0.33% -
XYZ 4.16 2.94 8.94 -
YUV 49.35 148.12 135.6 -
System Red Green Blue C M Y K H S L
Decimal 60 37 85 0.29 0.56 0 0.67 268.75 0.39 0.24
Hex 3C 25 55 1D 38 0 43 10D 27 18
Octal 74 45 125 35 70 0 103 415 47 30
Binary 111100 100101 1010101 11101 111000 0 1000011 100001101 100111 11000

Color Harmonies of #3C2555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2555

Black with #3C2555

Text Example


Text Example

White with #3C2555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,37,85); }

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

background-color css

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

 a { background-color: rgb(60,37,85); }

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

border-color css

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

 span { border-color: rgb(60,37,85); }

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