#361580

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

Shades of Persian Indigo #361580

Tints of Persian Indigo #361580

Color information

#361580 (or 0x361580) is unknown color: approx Persian Indigo. HEX triplet: 36, 15 and 80. RGB value is (54,21,128). Sum of RGB (Red+Green+Blue) = 54+21+128=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 128 (50.39% from 255 or 63.05% from 203); Max value from RGB is 128 - color contains mainly: blue. Hex color #361580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361580 is #C9EA7F. Grayscale: #2A2A2A. Windows color (decimal): -13232768 or 8394038. OLE color: 8394038.

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

Color convert

RGB5421128-
CMYK0.580.8400.50
HSL258.5º71.81%29.22%-
HSV(B)258.5º83.59%50.2%-
XYZ5.692.8820.68-
YUV43.06175.93135.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.60%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 128 (50.39% from 255) = 63.05%
R=26.60%
G=10.34%
B=63.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54211280.580.8400.50258.571.8129.22
Hex3615803A54032103481d
Octal66252007212406240311035
Binary110110101011000000011101010101000110010100000011100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361580; }

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

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

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

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

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

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

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

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