#360571

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

Shades of Persian Indigo #360571

Tints of Persian Indigo #360571

Color information

#360571 (or 0x360571) is unknown color: approx Persian Indigo. HEX triplet: 36, 05 and 71. RGB value is (54,5,113). Sum of RGB (Red+Green+Blue) = 54+5+113=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 113 (44.53% from 255 or 65.70% from 172); Max value from RGB is 113 - color contains mainly: blue. Hex color #360571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360571 is #C9FA8E. Grayscale: #1F1F1F. Windows color (decimal): -13236879 or 7406902. OLE color: 7406902.

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

Color convert

RGB545113-
CMYK0.520.9600.56
HSL267.22º91.53%23.14%-
HSV(B)267.22º95.58%44.31%-
XYZ4.562.0915.79-
YUV31.96173.73143.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.40%
GREEN value IS 5 (2.34% from 255) = 2.91%
BLUE value IS 113 (44.53% from 255) = 65.70%
R=31.40%
G=2.91%
B=65.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5451130.520.9600.56267.2291.5323.14
Hex36571346003810b5c17
Octal6651616414007041313427
Binary110110101111000111010011000000111000100001011101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360571; }

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

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

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

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

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

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

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

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