#32147B

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

Shades of Persian Indigo #32147B

Tints of Persian Indigo #32147B

Color information

#32147B (or 0x32147B) is unknown color: approx Persian Indigo. HEX triplet: 32, 14 and 7B. RGB value is (50,20,123). Sum of RGB (Red+Green+Blue) = 50+20+123=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 123 (48.44% from 255 or 63.73% from 193); Max value from RGB is 123 - color contains mainly: blue. Hex color #32147B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32147B is #CDEB84. Grayscale: #282828. Windows color (decimal): -13495173 or 8066098. OLE color: 8066098.

HSL color Cylindrical-coordinate representation of color #32147B: hue angle of 257.48º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32147B is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5020123-
CMYK0.590.8400.52
HSL257.48º72.03%28.04%-
HSV(B)257.48º83.74%48.24%-
XYZ5.142.6118.97-
YUV40.71174.44134.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.91%
GREEN value IS 20 (8.20% from 255) = 10.36%
BLUE value IS 123 (48.44% from 255) = 63.73%
R=25.91%
G=10.36%
B=63.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50201230.590.8400.52257.4872.0328.04
Hex32147B3B54034101481c
Octal62241737312406440111034
Binary11001010100111101111101110101000110100100000001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32147B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32147B; }

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

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

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

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

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

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

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

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