#360F8A

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

Shades of Persian Indigo #360F8A

Tints of Persian Indigo #360F8A

Color information

#360F8A (or 0x360F8A) is unknown color: approx Persian Indigo. HEX triplet: 36, 0F and 8A. RGB value is (54,15,138). Sum of RGB (Red+Green+Blue) = 54+15+138=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 138 (54.30% from 255 or 66.67% from 207); Max value from RGB is 138 - color contains mainly: blue. Hex color #360F8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360F8A is #C9F075. Grayscale: #282828. Windows color (decimal): -13234294 or 9047862. OLE color: 9047862.

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

Color convert

RGB5415138-
CMYK0.610.8900.46
HSL259.02º80.39%30%-
HSV(B)259.02º89.13%54.12%-
XYZ6.282.9624.29-
YUV40.68182.92137.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.09%
GREEN value IS 15 (6.25% from 255) = 7.25%
BLUE value IS 138 (54.30% from 255) = 66.67%
R=26.09%
G=7.25%
B=66.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54151380.610.8900.46259.0280.3930
Hex36F8A3D5902E103501e
Octal66172127513105640312036
Binary11011011111000101011110110110010101110100000011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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