#320263

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

Shades of Persian Indigo #320263

Tints of Persian Indigo #320263

Color information

#320263 (or 0x320263) is unknown color: approx Persian Indigo. HEX triplet: 32, 02 and 63. RGB value is (50,2,99). Sum of RGB (Red+Green+Blue) = 50+2+99=151 (20% of max value = 765). Red value is 50 (19.92% from 255 or 33.11% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 99 (39.06% from 255 or 65.56% from 151); Max value from RGB is 99 - color contains mainly: blue. Hex color #320263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320263 is #CDFD9C. Grayscale: #1B1B1B. Windows color (decimal): -13499805 or 6488626. OLE color: 6488626.

HSL color Cylindrical-coordinate representation of color #320263: hue angle of 269.69º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #320263 is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB50299-
CMYK0.490.9800.61
HSL269.69º96.04%19.8%-
HSV(B)269.69º97.98%38.82%-
XYZ3.591.6211.93-
YUV27.41168.4144.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.11%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 99 (39.06% from 255) = 65.56%
R=33.11%
G=1.32%
B=65.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal502990.490.9800.61269.6996.0419.8
Hex32263316203D10e6014
Octal6221436114207541614024
Binary11001010110001111000111000100111101100001110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320263; }

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

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

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

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

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

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

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

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