#361E7A

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

Shades of Persian Indigo #361E7A

Tints of Persian Indigo #361E7A

Color information

#361E7A (or 0x361E7A) is unknown color: approx Persian Indigo. HEX triplet: 36, 1E and 7A. RGB value is (54,30,122). Sum of RGB (Red+Green+Blue) = 54+30+122=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 122 (48.05% from 255 or 59.22% from 206); Max value from RGB is 122 - color contains mainly: blue. Hex color #361E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361E7A is #C9E185. Grayscale: #2F2F2F. Windows color (decimal): -13230470 or 8003126. OLE color: 8003126.

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

Color convert

RGB5430122-
CMYK0.560.7500.52
HSL255.65º60.53%29.8%-
HSV(B)255.65º75.41%47.84%-
XYZ5.53.1218.72-
YUV47.66169.95132.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.21%
GREEN value IS 30 (12.11% from 255) = 14.56%
BLUE value IS 122 (48.05% from 255) = 59.22%
R=26.21%
G=14.56%
B=59.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54301220.560.7500.52255.6560.5329.8
Hex361E7A384B0341003d1e
Octal6636172701130644007536
Binary1101101111011110101110001001011011010010000000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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