#32146F

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

Shades of Persian Indigo #32146F

Tints of Persian Indigo #32146F

Color information

#32146F (or 0x32146F) is unknown color: approx Persian Indigo. HEX triplet: 32, 14 and 6F. RGB value is (50,20,111). Sum of RGB (Red+Green+Blue) = 50+20+111=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 111 (43.75% from 255 or 61.33% from 181); Max value from RGB is 111 - color contains mainly: blue. Hex color #32146F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32146F is #CDEB90. Grayscale: #272727. Windows color (decimal): -13495185 or 7279666. OLE color: 7279666.

HSL color Cylindrical-coordinate representation of color #32146F: hue angle of 259.78º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32146F is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5020111-
CMYK0.550.8200.56
HSL259.78º69.47%25.69%-
HSV(B)259.78º81.98%43.53%-
XYZ4.432.3315.25-
YUV39.34168.44135.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.62%
GREEN value IS 20 (8.20% from 255) = 11.05%
BLUE value IS 111 (43.75% from 255) = 61.33%
R=27.62%
G=11.05%
B=61.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50201110.550.8200.56259.7869.4725.69
Hex32146F3752038104451a
Octal62241576712207040410532
Binary11001010100110111111011110100100111000100000100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32146F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32146F; }

 p { color: rgb(50,20,111); }

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

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

 a { background-color: rgb(50,20,111); }

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

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

 span { border-color: rgb(50,20,111); }

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