#361E86

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

Shades of Persian Indigo #361E86

Tints of Persian Indigo #361E86

Color information

#361E86 (or 0x361E86) is unknown color: approx Persian Indigo. HEX triplet: 36, 1E and 86. RGB value is (54,30,134). Sum of RGB (Red+Green+Blue) = 54+30+134=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 134 (52.73% from 255 or 61.47% from 218); Max value from RGB is 134 - color contains mainly: blue. Hex color #361E86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361E86 is #C9E179. Grayscale: #303030. Windows color (decimal): -13230458 or 8789558. OLE color: 8789558.

HSL color Cylindrical-coordinate representation of color #361E86: hue angle of 253.85º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #361E86 is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5430134-
CMYK0.600.7800.47
HSL253.85º63.41%32.16%-
HSV(B)253.85º77.61%52.55%-
XYZ6.293.4322.89-
YUV49.03175.95131.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.77%
GREEN value IS 30 (12.11% from 255) = 13.76%
BLUE value IS 134 (52.73% from 255) = 61.47%
R=24.77%
G=13.76%
B=61.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54301340.600.7800.47253.8563.4132.16
Hex361E863C4E02Ffe3f20
Octal6636206741160573767740
Binary11011011110100001101111001001110010111111111110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361E86; }

 p { color: rgb(54,30,134); }

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

<style>
 a { background-color: #361E86; }

 a { background-color: rgb(54,30,134); }

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

<style>
 span { border-color: #361E86; }

 span { border-color: rgb(54,30,134); }

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