#320277

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

Shades of Persian Indigo #320277

Tints of Persian Indigo #320277

Color information

#320277 (or 0x320277) is unknown color: approx Persian Indigo. HEX triplet: 32, 02 and 77. RGB value is (50,2,119). Sum of RGB (Red+Green+Blue) = 50+2+119=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 119 (46.88% from 255 or 69.59% from 171); Max value from RGB is 119 - color contains mainly: blue. Hex color #320277 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320277 is #CDFD88. Grayscale: #1D1D1D. Windows color (decimal): -13499785 or 7799346. OLE color: 7799346.

HSL color Cylindrical-coordinate representation of color #320277: hue angle of 264.62º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #320277 is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB502119-
CMYK0.580.9800.53
HSL264.62º96.69%23.73%-
HSV(B)264.62º98.32%46.67%-
XYZ4.672.0517.6-
YUV29.69178.4142.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.24%
GREEN value IS 2 (1.17% from 255) = 1.17%
BLUE value IS 119 (46.88% from 255) = 69.59%
R=29.24%
G=1.17%
B=69.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5021190.580.9800.53264.6296.6923.73
Hex322773A620351096118
Octal6221677214206541114130
Binary11001010111011111101011000100110101100001001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320277; }

 p { color: rgb(50,2,119); }

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

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

 a { background-color: rgb(50,2,119); }

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

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

 span { border-color: rgb(50,2,119); }

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