#361876

Color #361876 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #361876

Tints of Persian Indigo #361876

Color information

#361876 (or 0x361876) is unknown color: approx Persian Indigo. HEX triplet: 36, 18 and 76. RGB value is (54,24,118). Sum of RGB (Red+Green+Blue) = 54+24+118=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #361876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361876 is #C9E789. Grayscale: #2B2B2B. Windows color (decimal): -13232010 or 7739446. OLE color: 7739446.

HSL color Cylindrical-coordinate representation of color #361876: hue angle of 259.15º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #361876 is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5424118-
CMYK0.540.8000.54
HSL259.15º66.2%27.84%-
HSV(B)259.15º79.66%46.27%-
XYZ5.122.7517.4-
YUV43.69169.94135.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.55%
GREEN value IS 24 (9.77% from 255) = 12.24%
BLUE value IS 118 (46.48% from 255) = 60.20%
R=27.55%
G=12.24%
B=60.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54241180.540.8000.54259.1566.227.84
Hex3618763650036103421c
Octal66301666612006640310234
Binary11011011000111011011011010100000110110100000011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361876; }

 p { color: rgb(54,24,118); }

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

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

 a { background-color: rgb(54,24,118); }

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

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

 span { border-color: rgb(54,24,118); }

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