#360F9F

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

Shades of Persian Indigo #360F9F

Tints of Persian Indigo #360F9F

Color information

#360F9F (or 0x360F9F) is unknown color: approx Persian Indigo. HEX triplet: 36, 0F and 9F. RGB value is (54,15,159). Sum of RGB (Red+Green+Blue) = 54+15+159=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 159 (62.5% from 255 or 69.74% from 228); Max value from RGB is 159 - color contains mainly: blue. Hex color #360F9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360F9F is #C9F060. Grayscale: #2A2A2A. Windows color (decimal): -13234273 or 10424118. OLE color: 10424118.

HSL color Cylindrical-coordinate representation of color #360F9F: hue angle of 256.25º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360F9F is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5415159-
CMYK0.660.9100.38
HSL256.25º82.76%34.12%-
HSV(B)256.25º90.57%62.35%-
XYZ7.953.6333.08-
YUV43.08193.42135.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.68%
GREEN value IS 15 (6.25% from 255) = 6.58%
BLUE value IS 159 (62.5% from 255) = 69.74%
R=23.68%
G=6.58%
B=69.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54151590.660.9100.38256.2582.7634.12
Hex36F9F425B0261005322
Octal661723710213304640012342
Binary1101101111100111111000010101101101001101000000001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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