#320473

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

Shades of Persian Indigo #320473

Tints of Persian Indigo #320473

Color information

#320473 (or 0x320473) is unknown color: approx Persian Indigo. HEX triplet: 32, 04 and 73. RGB value is (50,4,115). Sum of RGB (Red+Green+Blue) = 50+4+115=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 115 (45.31% from 255 or 68.05% from 169); Max value from RGB is 115 - color contains mainly: blue. Hex color #320473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320473 is #CDFB8C. Grayscale: #1E1E1E. Windows color (decimal): -13499277 or 7537714. OLE color: 7537714.

HSL color Cylindrical-coordinate representation of color #320473: hue angle of 264.86º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #320473 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB504115-
CMYK0.570.9700.55
HSL264.86º93.28%23.33%-
HSV(B)264.86º96.52%45.1%-
XYZ4.45216.37-
YUV30.41175.74141.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.59%
GREEN value IS 4 (1.95% from 255) = 2.37%
BLUE value IS 115 (45.31% from 255) = 68.05%
R=29.59%
G=2.37%
B=68.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5041150.570.9700.55264.8693.2823.33
Hex3247339610371095d17
Octal6241637114106741113527
Binary110010100111001111100111000010110111100001001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320473; }

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

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

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

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

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

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

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

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