#321D72

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

Shades of Persian Indigo #321D72

Tints of Persian Indigo #321D72

Color information

#321D72 (or 0x321D72) is unknown color: approx Persian Indigo. HEX triplet: 32, 1D and 72. RGB value is (50,29,114). Sum of RGB (Red+Green+Blue) = 50+29+114=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #321D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321D72 is #CDE28D. Grayscale: #2C2C2C. Windows color (decimal): -13492878 or 7478578. OLE color: 7478578.

HSL color Cylindrical-coordinate representation of color #321D72: hue angle of 254.82º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #321D72 is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5029114-
CMYK0.560.7500.55
HSL254.82º59.44%28.04%-
HSV(B)254.82º74.56%44.71%-
XYZ4.792.7716.2-
YUV44.97166.96131.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.91%
GREEN value IS 29 (11.72% from 255) = 15.03%
BLUE value IS 114 (44.92% from 255) = 59.07%
R=25.91%
G=15.03%
B=59.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50291140.560.7500.55254.8259.4428.04
Hex321D72384B037ff3b1c
Octal6235162701130673777334
Binary110010111011110010111000100101101101111111111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321D72; }

 p { color: rgb(50,29,114); }

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

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

 a { background-color: rgb(50,29,114); }

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

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

 span { border-color: rgb(50,29,114); }

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