#361E74

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

Shades of Persian Indigo #361E74

Tints of Persian Indigo #361E74

Color information

#361E74 (or 0x361E74) is unknown color: approx Persian Indigo. HEX triplet: 36, 1E and 74. RGB value is (54,30,116). Sum of RGB (Red+Green+Blue) = 54+30+116=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 116 (45.70% from 255 or 58% from 200); Max value from RGB is 116 - color contains mainly: blue. Hex color #361E74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361E74 is #C9E18B. Grayscale: #2E2E2E. Windows color (decimal): -13230476 or 7609910. OLE color: 7609910.

HSL color Cylindrical-coordinate representation of color #361E74: hue angle of 256.74º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #361E74 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5430116-
CMYK0.530.7400.55
HSL256.74º58.9%28.63%-
HSV(B)256.74º74.14%45.49%-
XYZ5.142.9716.83-
YUV46.98166.95133.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27%
GREEN value IS 30 (12.11% from 255) = 15%
BLUE value IS 116 (45.70% from 255) = 58%
R=27%
G=15%
B=58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54301160.530.7400.55256.7458.928.63
Hex361E74354A0371013b1d
Octal6636164651120674017335
Binary1101101111011101001101011001010011011110000000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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