#360E7F

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

Shades of Persian Indigo #360E7F

Tints of Persian Indigo #360E7F

Color information

#360E7F (or 0x360E7F) is unknown color: approx Persian Indigo. HEX triplet: 36, 0E and 7F. RGB value is (54,14,127). Sum of RGB (Red+Green+Blue) = 54+14+127=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 127 (50% from 255 or 65.13% from 195); Max value from RGB is 127 - color contains mainly: blue. Hex color #360E7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360E7F is #C9F180. Grayscale: #262626. Windows color (decimal): -13234561 or 8326710. OLE color: 8326710.

HSL color Cylindrical-coordinate representation of color #360E7F: hue angle of 261.24º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #360E7F is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5414127-
CMYK0.570.8900.50
HSL261.24º80.14%27.65%-
HSV(B)261.24º88.98%49.8%-
XYZ5.512.6320.3-
YUV38.84177.75138.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.69%
GREEN value IS 14 (5.86% from 255) = 7.18%
BLUE value IS 127 (50% from 255) = 65.13%
R=27.69%
G=7.18%
B=65.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54141270.570.8900.50261.2480.1427.65
Hex36E7F3959032105501c
Octal66161777113106240512034
Binary1101101110111111111100110110010110010100000101101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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