#360A8A

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

Shades of Persian Indigo #360A8A

Tints of Persian Indigo #360A8A

Color information

#360A8A (or 0x360A8A) is unknown color: approx Persian Indigo. HEX triplet: 36, 0A and 8A. RGB value is (54,10,138). Sum of RGB (Red+Green+Blue) = 54+10+138=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 138 (54.30% from 255 or 68.32% from 202); Max value from RGB is 138 - color contains mainly: blue. Hex color #360A8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360A8A is #C9F575. Grayscale: #252525. Windows color (decimal): -13235574 or 9046582. OLE color: 9046582.

HSL color Cylindrical-coordinate representation of color #360A8A: hue angle of 260.62º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360A8A is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5410138-
CMYK0.610.9300.46
HSL260.62º86.49%29.02%-
HSV(B)260.62º92.75%54.12%-
XYZ6.222.8424.26-
YUV37.75184.58139.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.73%
GREEN value IS 10 (4.30% from 255) = 4.95%
BLUE value IS 138 (54.30% from 255) = 68.32%
R=26.73%
G=4.95%
B=68.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54101380.610.9300.46260.6286.4929.02
Hex36A8A3D5D02E105561d
Octal66122127513505640512635
Binary11011010101000101011110110111010101110100000101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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