#32267A

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

Shades of Persian Indigo #32267A

Tints of Persian Indigo #32267A

Color information

#32267A (or 0x32267A) is unknown color: approx Persian Indigo. HEX triplet: 32, 26 and 7A. RGB value is (50,38,122). Sum of RGB (Red+Green+Blue) = 50+38+122=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 122 (48.05% from 255 or 58.10% from 210); Max value from RGB is 122 - color contains mainly: blue. Hex color #32267A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32267A is #CDD985. Grayscale: #323232. Windows color (decimal): -13490566 or 8005170. OLE color: 8005170.

HSL color Cylindrical-coordinate representation of color #32267A: hue angle of 248.57º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32267A is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5038122-
CMYK0.590.6900.52
HSL248.57º52.5%31.37%-
HSV(B)248.57º68.85%47.84%-
XYZ5.523.4718.79-
YUV51.16167.98127.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.81%
GREEN value IS 38 (15.23% from 255) = 18.10%
BLUE value IS 122 (48.05% from 255) = 58.10%
R=23.81%
G=18.10%
B=58.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50381220.590.6900.52248.5752.531.37
Hex32267A3B45034f9341f
Octal6246172731050643716437
Binary1100101001101111010111011100010101101001111100111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32267A; }

 p { color: rgb(50,38,122); }

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

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

 a { background-color: rgb(50,38,122); }

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

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

 span { border-color: rgb(50,38,122); }

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