#361E7F

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

Shades of Persian Indigo #361E7F

Tints of Persian Indigo #361E7F

Color information

#361E7F (or 0x361E7F) is unknown color: approx Persian Indigo. HEX triplet: 36, 1E and 7F. RGB value is (54,30,127). Sum of RGB (Red+Green+Blue) = 54+30+127=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #361E7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361E7F is #C9E180. Grayscale: #2F2F2F. Windows color (decimal): -13230465 or 8330806. OLE color: 8330806.

HSL color Cylindrical-coordinate representation of color #361E7F: hue angle of 254.85º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #361E7F is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5430127-
CMYK0.570.7600.50
HSL254.85º61.78%30.78%-
HSV(B)254.85º76.38%49.8%-
XYZ5.823.2520.4-
YUV48.23172.45132.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.59%
GREEN value IS 30 (12.11% from 255) = 14.22%
BLUE value IS 127 (50% from 255) = 60.19%
R=25.59%
G=14.22%
B=60.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54301270.570.7600.50254.8561.7830.78
Hex361E7F394C032ff3e1f
Octal6636177711140623777637
Binary110110111101111111111001100110001100101111111111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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