#361880

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

Shades of Persian Indigo #361880

Tints of Persian Indigo #361880

Color information

#361880 (or 0x361880) is unknown color: approx Persian Indigo. HEX triplet: 36, 18 and 80. RGB value is (54,24,128). Sum of RGB (Red+Green+Blue) = 54+24+128=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 128 (50.39% from 255 or 62.14% from 206); Max value from RGB is 128 - color contains mainly: blue. Hex color #361880 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361880 is #C9E77F. Grayscale: #2C2C2C. Windows color (decimal): -13232000 or 8394806. OLE color: 8394806.

HSL color Cylindrical-coordinate representation of color #361880: hue angle of 257.31º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #361880 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5424128-
CMYK0.580.8100.50
HSL257.31º68.42%29.8%-
HSV(B)257.31º81.25%50.2%-
XYZ5.74320.7-
YUV44.83174.94134.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.21%
GREEN value IS 24 (9.77% from 255) = 11.65%
BLUE value IS 128 (50.39% from 255) = 62.14%
R=26.21%
G=11.65%
B=62.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54241280.580.8100.50257.3168.4229.8
Hex3618803A51032101441e
Octal66302007212106240110436
Binary110110110001000000011101010100010110010100000001100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361880; }

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

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

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

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

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

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

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

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