#320265

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

Shades of Persian Indigo #320265

Tints of Persian Indigo #320265

Color information

#320265 (or 0x320265) is unknown color: approx Persian Indigo. HEX triplet: 32, 02 and 65. RGB value is (50,2,101). Sum of RGB (Red+Green+Blue) = 50+2+101=153 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.68% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 101 (39.84% from 255 or 66.01% from 153); Max value from RGB is 101 - color contains mainly: blue. Hex color #320265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320265 is #CDFD9A. Grayscale: #1B1B1B. Windows color (decimal): -13499803 or 6619698. OLE color: 6619698.

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

Color convert

RGB502101-
CMYK0.500.9800.60
HSL269.09º96.12%20.2%-
HSV(B)269.09º98.02%39.61%-
XYZ3.691.6612.44-
YUV27.64169.4143.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.68%
GREEN value IS 2 (1.17% from 255) = 1.31%
BLUE value IS 101 (39.84% from 255) = 66.01%
R=32.68%
G=1.31%
B=66.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5021010.500.9800.60269.0996.1220.2
Hex32265326203C10d6014
Octal6221456214207441514024
Binary11001010110010111001011000100111100100001101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320265; }

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

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

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

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

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

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

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

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