#360071

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

Shades of Persian Indigo #360071

Tints of Persian Indigo #360071

Color information

#360071 (or 0x360071) is unknown color: approx Persian Indigo. HEX triplet: 36, 00 and 71. RGB value is (54,0,113). Sum of RGB (Red+Green+Blue) = 54+0+113=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 113 (44.53% from 255 or 67.66% from 167); Max value from RGB is 113 - color contains mainly: blue. Hex color #360071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360071 is #C9FF8E. Grayscale: #1C1C1C. Windows color (decimal): -13238159 or 7405622. OLE color: 7405622.

HSL color Cylindrical-coordinate representation of color #360071: hue angle of 268.67º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #360071 is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB540113-
CMYK0.52100.56
HSL268.67º100%22.16%-
HSV(B)268.67º100%44.31%-
XYZ4.51.9815.77-
YUV29.03175.39145.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 67.66%
R=32.34%
G=0%
B=67.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5401130.52100.56268.6710022.16
Hex36071346403810d6416
Octal6601616414407041514426
Binary1101100111000111010011001000111000100001101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360071; }

 p { color: rgb(54,0,113); }

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

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

 a { background-color: rgb(54,0,113); }

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

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

 span { border-color: rgb(54,0,113); }

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