#361E8D

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

Shades of Persian Indigo #361E8D

Tints of Persian Indigo #361E8D

Color information

#361E8D (or 0x361E8D) is unknown color: approx Persian Indigo. HEX triplet: 36, 1E and 8D. RGB value is (54,30,141). Sum of RGB (Red+Green+Blue) = 54+30+141=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 141 (55.47% from 255 or 62.67% from 225); Max value from RGB is 141 - color contains mainly: blue. Hex color #361E8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361E8D is #C9E172. Grayscale: #313131. Windows color (decimal): -13230451 or 9248310. OLE color: 9248310.

HSL color Cylindrical-coordinate representation of color #361E8D: hue angle of 252.97º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #361E8D is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5430141-
CMYK0.620.7900.45
HSL252.97º64.91%33.53%-
HSV(B)252.97º78.72%55.29%-
XYZ6.793.6425.54-
YUV49.83179.45130.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24%
GREEN value IS 30 (12.11% from 255) = 13.33%
BLUE value IS 141 (55.47% from 255) = 62.67%
R=24%
G=13.33%
B=62.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54301410.620.7900.45252.9764.9133.53
Hex361E8D3E4F02Dfd4122
Octal66362157611705537510142
Binary110110111101000110111111010011110101101111111011000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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