Html Css Color HEX #3C1555 Jagger

📋 copy color: '#3C1555'

red 60 ◦ green 21 ◦ blue 85

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

Shades of Jagger #3C1555

Tints of Jagger #3C1555

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.65%

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

R = 36.14%
G = 12.65%
B = 51.2%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3C1555 (or 0x3C1555) is known color: Jagger. HEX triplet: 3C, 15 and 55. RGB value is (60,21,85). Sum of RGB (Red+Green+Blue) = 60+21+85=166 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.14% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C1555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1555 is #C3EAAA. Grayscale: #272727. Windows color (decimal): -12839595 or 5575996. OLE color: 5575996.

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

Color convert

RGB 60 21 85 -
CMYK 0.29 0.75 0 0.67
HSL 276.56º 0.6% 0.21% -
HSV(B) 276.56º 0.75% 0.33% -
XYZ 3.77 2.15 8.81 -
YUV 39.96 153.42 142.3 -
System Red Green Blue C M Y K H S L
Decimal 60 21 85 0.29 0.75 0 0.67 276.56 0.6 0.21
Hex 3C 15 55 1D 4B 0 43 115 3C 15
Octal 74 25 125 35 113 0 103 425 74 25
Binary 111100 10101 1010101 11101 1001011 0 1000011 100010101 111100 10101

Color Harmonies of #3C1555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1555

Black with #3C1555

Text Example


Text Example

White with #3C1555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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