#361F73

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

Shades of Persian Indigo #361F73

Tints of Persian Indigo #361F73

Color information

#361F73 (or 0x361F73) is unknown color: approx Persian Indigo. HEX triplet: 36, 1F and 73. RGB value is (54,31,115). Sum of RGB (Red+Green+Blue) = 54+31+115=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #361F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361F73 is #C9E08C. Grayscale: #2F2F2F. Windows color (decimal): -13230221 or 7544630. OLE color: 7544630.

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

Color convert

RGB5431115-
CMYK0.530.7300.55
HSL256.43º57.53%28.63%-
HSV(B)256.43º73.04%45.1%-
XYZ5.11316.53-
YUV47.45166.12132.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27%
GREEN value IS 31 (12.5% from 255) = 15.5%
BLUE value IS 115 (45.31% from 255) = 57.5%
R=27%
G=15.5%
B=57.5%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54311150.530.7300.55256.4357.5328.63
Hex361F7335490371003a1d
Octal6637163651110674007235
Binary1101101111111100111101011001001011011110000000011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,31,115); }

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

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

 a { background-color: rgb(54,31,115); }

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

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

 span { border-color: rgb(54,31,115); }

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