#321C7D

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

Shades of Persian Indigo #321C7D

Tints of Persian Indigo #321C7D

Color information

#321C7D (or 0x321C7D) is unknown color: approx Persian Indigo. HEX triplet: 32, 1C and 7D. RGB value is (50,28,125). Sum of RGB (Red+Green+Blue) = 50+28+125=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 125 (49.22% from 255 or 61.58% from 203); Max value from RGB is 125 - color contains mainly: blue. Hex color #321C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321C7D is #CDE382. Grayscale: #2D2D2D. Windows color (decimal): -13493123 or 8199218. OLE color: 8199218.

HSL color Cylindrical-coordinate representation of color #321C7D: hue angle of 253.61º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #321C7D is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5028125-
CMYK0.600.7800.51
HSL253.61º63.4%30%-
HSV(B)253.61º77.6%49.02%-
XYZ5.432.9919.69-
YUV45.64172.79131.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 28 (11.33% from 255) = 13.79%
BLUE value IS 125 (49.22% from 255) = 61.58%
R=24.63%
G=13.79%
B=61.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50281250.600.7800.51253.6163.430
Hex321C7D3C4E033fe3f1e
Octal6234175741160633767736
Binary110010111001111101111100100111001100111111111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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