#320067

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

Shades of Persian Indigo #320067

Tints of Persian Indigo #320067

Color information

#320067 (or 0x320067) is unknown color: approx Persian Indigo. HEX triplet: 32, 00 and 67. RGB value is (50,0,103). Sum of RGB (Red+Green+Blue) = 50+0+103=153 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.68% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 103 (40.62% from 255 or 67.32% from 153); Max value from RGB is 103 - color contains mainly: blue. Hex color #320067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320067 is #CDFF98. Grayscale: #1A1A1A. Windows color (decimal): -13500313 or 6750258. OLE color: 6750258.

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

Color convert

RGB500103-
CMYK0.51100.60
HSL269.13º100%20.2%-
HSV(B)269.13º100%40.39%-
XYZ3.761.6612.95-
YUV26.69171.06144.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 103 (40.62% from 255) = 67.32%
R=32.68%
G=0%
B=67.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5001030.51100.60269.1310020.2
Hex32067336403C10d6414
Octal6201476314407441514424
Binary1100100110011111001111001000111100100001101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320067; }

 p { color: rgb(50,0,103); }

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

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

 a { background-color: rgb(50,0,103); }

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

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

 span { border-color: rgb(50,0,103); }

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