#321D7A

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

Shades of Persian Indigo #321D7A

Tints of Persian Indigo #321D7A

Color information

#321D7A (or 0x321D7A) is unknown color: approx Persian Indigo. HEX triplet: 32, 1D and 7A. RGB value is (50,29,122). Sum of RGB (Red+Green+Blue) = 50+29+122=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #321D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321D7A is #CDE285. Grayscale: #2D2D2D. Windows color (decimal): -13492870 or 8002866. OLE color: 8002866.

HSL color Cylindrical-coordinate representation of color #321D7A: hue angle of 253.55º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #321D7A is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5029122-
CMYK0.590.7600.52
HSL253.55º61.59%29.61%-
HSV(B)253.55º76.23%47.84%-
XYZ5.272.9618.71-
YUV45.88170.96130.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.88%
GREEN value IS 29 (11.72% from 255) = 14.43%
BLUE value IS 122 (48.05% from 255) = 60.70%
R=24.88%
G=14.43%
B=60.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50291220.590.7600.52253.5561.5929.61
Hex321D7A3B4C034fe3e1e
Octal6235172731140643767636
Binary110010111011111010111011100110001101001111111011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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