#320267

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

Shades of Persian Indigo #320267

Tints of Persian Indigo #320267

Color information

#320267 (or 0x320267) is unknown color: approx Persian Indigo. HEX triplet: 32, 02 and 67. RGB value is (50,2,103). Sum of RGB (Red+Green+Blue) = 50+2+103=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 103 (40.62% from 255 or 66.45% from 155); Max value from RGB is 103 - color contains mainly: blue. Hex color #320267 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320267 is #CDFD98. Grayscale: #1B1B1B. Windows color (decimal): -13499801 or 6750770. OLE color: 6750770.

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

Color convert

RGB502103-
CMYK0.510.9800.60
HSL268.51º96.19%20.59%-
HSV(B)268.51º98.06%40.39%-
XYZ3.791.712.96-
YUV27.87170.4143.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.26%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 103 (40.62% from 255) = 66.45%
R=32.26%
G=1.29%
B=66.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5021030.510.9800.60268.5196.1920.59
Hex32267336203C10d6015
Octal6221476314207441514025
Binary11001010110011111001111000100111100100001101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320267; }

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

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

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

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

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

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

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

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