#3C1F4B

Color #3C1F4B Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #3C1F4B

Tints of Jagger #3C1F4B

Color information

#3C1F4B (or 0x3C1F4B) is unknown color: approx Jagger. HEX triplet: 3C, 1F and 4B. RGB value is (60,31,75). Sum of RGB (Red+Green+Blue) = 60+31+75=166 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.14% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C1F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1F4B is #C3E0B4. Grayscale: #2C2C2C. Windows color (decimal): -12837045 or 4923196. OLE color: 4923196.

HSL color Cylindrical-coordinate representation of color #3C1F4B: hue angle of 279.55º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C1F4B is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB603175-
CMYK0.200.5900.71
HSL279.55º41.51%20.78%-
HSV(B)279.55º58.67%29.41%-
XYZ3.622.456.94-
YUV44.69145.11138.92-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 36.14%
GREEN value IS 31 (12.5% from 255) = 18.67%
BLUE value IS 75 (29.69% from 255) = 45.18%
R=36.14%
G=18.67%
B=45.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6031750.200.5900.71279.5541.5120.78
Hex3C1F4B143B0471182a15
Octal7437113247301074305225
Binary111100111111001011101001110110100011110001100010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,31,75); }

 H1.HeaderClassName
 {
   color: #3C1F4B;
 }
 .AnyTagClassName
 {
   color: #3C1F4B;
 }
</style>
background-color css

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

 a { background-color: rgb(60,31,75); }

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

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

 span { border-color: rgb(60,31,75); }

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