#360A90

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

Shades of Persian Indigo #360A90

Tints of Persian Indigo #360A90

Color information

#360A90 (or 0x360A90) is unknown color: approx Persian Indigo. HEX triplet: 36, 0A and 90. RGB value is (54,10,144). Sum of RGB (Red+Green+Blue) = 54+10+144=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 144 (56.64% from 255 or 69.23% from 208); Max value from RGB is 144 - color contains mainly: blue. Hex color #360A90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360A90 is #C9F56F. Grayscale: #252525. Windows color (decimal): -13235568 or 9439798. OLE color: 9439798.

HSL color Cylindrical-coordinate representation of color #360A90: hue angle of 259.7º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360A90 is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5410144-
CMYK0.630.9300.44
HSL259.7º87.01%30.2%-
HSV(B)259.7º93.06%56.47%-
XYZ6.663.0126.62-
YUV38.43187.58139.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.96%
GREEN value IS 10 (4.30% from 255) = 4.81%
BLUE value IS 144 (56.64% from 255) = 69.23%
R=25.96%
G=4.81%
B=69.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54101440.630.9300.44259.787.0130.2
Hex36A903F5D02C104571e
Octal66122207713505440412736
Binary11011010101001000011111110111010101100100000100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360A90; }

 p { color: rgb(54,10,144); }

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

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

 a { background-color: rgb(54,10,144); }

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

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

 span { border-color: rgb(54,10,144); }

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