#361E7C

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

Shades of Persian Indigo #361E7C

Tints of Persian Indigo #361E7C

Color information

#361E7C (or 0x361E7C) is unknown color: approx Persian Indigo. HEX triplet: 36, 1E and 7C. RGB value is (54,30,124). Sum of RGB (Red+Green+Blue) = 54+30+124=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #361E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361E7C is #C9E183. Grayscale: #2F2F2F. Windows color (decimal): -13230468 or 8134198. OLE color: 8134198.

HSL color Cylindrical-coordinate representation of color #361E7C: hue angle of 255.32º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #361E7C is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5430124-
CMYK0.560.7600.51
HSL255.32º61.04%30.2%-
HSV(B)255.32º75.81%48.63%-
XYZ5.623.1719.38-
YUV47.89170.95132.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.96%
GREEN value IS 30 (12.11% from 255) = 14.42%
BLUE value IS 124 (48.83% from 255) = 59.62%
R=25.96%
G=14.42%
B=59.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54301240.560.7600.51255.3261.0430.2
Hex361E7C384C033ff3d1e
Octal6636174701140633777536
Binary110110111101111100111000100110001100111111111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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