#320471

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

Shades of Persian Indigo #320471

Tints of Persian Indigo #320471

Color information

#320471 (or 0x320471) is unknown color: approx Persian Indigo. HEX triplet: 32, 04 and 71. RGB value is (50,4,113). Sum of RGB (Red+Green+Blue) = 50+4+113=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 4 (1.95% from 255 or 2.40% 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 #320471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320471 is #CDFB8E. Grayscale: #1D1D1D. Windows color (decimal): -13499279 or 7406642. OLE color: 7406642.

HSL color Cylindrical-coordinate representation of color #320471: hue angle of 265.32º degrees, saturation: 0.93, 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 #320471 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB504113-
CMYK0.560.9600.56
HSL265.32º93.16%22.94%-
HSV(B)265.32º96.46%44.31%-
XYZ4.341.9615.77-
YUV30.18174.74142.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.94%
GREEN value IS 4 (1.95% from 255) = 2.40%
BLUE value IS 113 (44.53% from 255) = 67.66%
R=29.94%
G=2.40%
B=67.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5041130.560.9600.56265.3293.1622.94
Hex3247138600381095d17
Octal6241617014007041113527
Binary110010100111000111100011000000111000100001001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320471; }

 p { color: rgb(50,4,113); }

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

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

 a { background-color: rgb(50,4,113); }

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

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

 span { border-color: rgb(50,4,113); }

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