#361A93

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

Shades of Persian Indigo #361A93

Tints of Persian Indigo #361A93

Color information

#361A93 (or 0x361A93) is unknown color: approx Persian Indigo. HEX triplet: 36, 1A and 93. RGB value is (54,26,147). Sum of RGB (Red+Green+Blue) = 54+26+147=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 147 (57.81% from 255 or 64.76% from 227); Max value from RGB is 147 - color contains mainly: blue. Hex color #361A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361A93 is #C9E56C. Grayscale: #2F2F2F. Windows color (decimal): -13231469 or 9640502. OLE color: 9640502.

HSL color Cylindrical-coordinate representation of color #361A93: hue angle of 253.88º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #361A93 is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5426147-
CMYK0.630.8200.42
HSL253.88º69.94%33.92%-
HSV(B)253.88º82.31%57.65%-
XYZ7.163.6327.93-
YUV48.17183.78132.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.79%
GREEN value IS 26 (10.55% from 255) = 11.45%
BLUE value IS 147 (57.81% from 255) = 64.76%
R=23.79%
G=11.45%
B=64.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54261470.630.8200.42253.8869.9433.92
Hex361A933F5202Afe4622
Octal66322237712205237610642
Binary110110110101001001111111110100100101010111111101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,26,147); }

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

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

 a { background-color: rgb(54,26,147); }

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

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

 span { border-color: rgb(54,26,147); }

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