#32127D

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

Shades of Persian Indigo #32127D

Tints of Persian Indigo #32127D

Color information

#32127D (or 0x32127D) is unknown color: approx Persian Indigo. HEX triplet: 32, 12 and 7D. RGB value is (50,18,125). Sum of RGB (Red+Green+Blue) = 50+18+125=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 125 (49.22% from 255 or 64.77% from 193); Max value from RGB is 125 - color contains mainly: blue. Hex color #32127D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32127D is #CDED82. Grayscale: #272727. Windows color (decimal): -13495683 or 8196658. OLE color: 8196658.

HSL color Cylindrical-coordinate representation of color #32127D: hue angle of 257.94º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32127D is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5018125-
CMYK0.600.8600.51
HSL257.94º74.83%28.04%-
HSV(B)257.94º85.6%49.02%-
XYZ5.232.5919.63-
YUV39.77176.1135.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.91%
GREEN value IS 18 (7.42% from 255) = 9.33%
BLUE value IS 125 (49.22% from 255) = 64.77%
R=25.91%
G=9.33%
B=64.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50181250.600.8600.51257.9474.8328.04
Hex32127D3C560331024b1c
Octal62221757412606340211334
Binary11001010010111110111110010101100110011100000010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32127D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32127D; }

 p { color: rgb(50,18,125); }

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

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

 a { background-color: rgb(50,18,125); }

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

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

 span { border-color: rgb(50,18,125); }

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