#361E4C

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

Shades of Jagger #361E4C

Tints of Jagger #361E4C

Color information

#361E4C (or 0x361E4C) is unknown color: approx Jagger. HEX triplet: 36, 1E and 4C. RGB value is (54,30,76). Sum of RGB (Red+Green+Blue) = 54+30+76=160 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.75% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 76 (30.08% from 255 or 47.5% from 160); Max value from RGB is 76 - color contains mainly: blue. Hex color #361E4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361E4C is #C9E1B3. Grayscale: #2A2A2A. Windows color (decimal): -13230516 or 4988470. OLE color: 4988470.

HSL color Cylindrical-coordinate representation of color #361E4C: hue angle of 271.3º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #361E4C is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB543076-
CMYK0.290.6100.70
HSL271.3º43.4%20.78%-
HSV(B)271.3º60.53%29.8%-
XYZ3.292.237.1-
YUV42.42146.95136.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.75%
GREEN value IS 30 (12.11% from 255) = 18.75%
BLUE value IS 76 (30.08% from 255) = 47.5%
R=33.75%
G=18.75%
B=47.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5430760.290.6100.70271.343.420.78
Hex361E4C1D3D04610f2b15
Octal6636114357501064175325
Binary110110111101001100111011111010100011010000111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361E4C; }

 p { color: rgb(54,30,76); }

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

<style>
 a { background-color: #361E4C; }

 a { background-color: rgb(54,30,76); }

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

<style>
 span { border-color: #361E4C; }

 span { border-color: rgb(54,30,76); }

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