#360E70

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

Shades of Persian Indigo #360E70

Tints of Persian Indigo #360E70

Color information

#360E70 (or 0x360E70) is unknown color: approx Persian Indigo. HEX triplet: 36, 0E and 70. RGB value is (54,14,112). Sum of RGB (Red+Green+Blue) = 54+14+112=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 14 (5.86% from 255 or 7.78% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #360E70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360E70 is #C9F18F. Grayscale: #242424. Windows color (decimal): -13234576 or 7343670. OLE color: 7343670.

HSL color Cylindrical-coordinate representation of color #360E70: hue angle of 264.49º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #360E70 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5414112-
CMYK0.520.8800.56
HSL264.49º77.78%24.71%-
HSV(B)264.49º87.5%43.92%-
XYZ4.62.2715.52-
YUV37.13170.25140.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30%
GREEN value IS 14 (5.86% from 255) = 7.78%
BLUE value IS 112 (44.14% from 255) = 62.22%
R=30%
G=7.78%
B=62.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54141120.520.8800.56264.4977.7824.71
Hex36E7034580381084e19
Octal66161606413007041011631
Binary1101101110111000011010010110000111000100001000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,14,112); }

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

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

 a { background-color: rgb(54,14,112); }

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

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

 span { border-color: rgb(54,14,112); }

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