#360E85

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

Shades of Persian Indigo #360E85

Tints of Persian Indigo #360E85

Color information

#360E85 (or 0x360E85) is unknown color: approx Persian Indigo. HEX triplet: 36, 0E and 85. RGB value is (54,14,133). Sum of RGB (Red+Green+Blue) = 54+14+133=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 133 (52.34% from 255 or 66.17% from 201); Max value from RGB is 133 - color contains mainly: blue. Hex color #360E85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360E85 is #C9F17A. Grayscale: #272727. Windows color (decimal): -13234555 or 8719926. OLE color: 8719926.

HSL color Cylindrical-coordinate representation of color #360E85: hue angle of 260.17º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #360E85 is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5414133-
CMYK0.590.8900.48
HSL260.17º80.95%28.82%-
HSV(B)260.17º89.47%52.16%-
XYZ5.912.7922.42-
YUV39.53180.75138.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.87%
GREEN value IS 14 (5.86% from 255) = 6.97%
BLUE value IS 133 (52.34% from 255) = 66.17%
R=26.87%
G=6.97%
B=66.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54141330.590.8900.48260.1780.9528.82
Hex36E853B59030104511d
Octal66162057313106040412135
Binary11011011101000010111101110110010110000100000100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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