#321C75

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

Shades of Persian Indigo #321C75

Tints of Persian Indigo #321C75

Color information

#321C75 (or 0x321C75) is unknown color: approx Persian Indigo. HEX triplet: 32, 1C and 75. RGB value is (50,28,117). Sum of RGB (Red+Green+Blue) = 50+28+117=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 117 (46.09% from 255 or 60% from 195); Max value from RGB is 117 - color contains mainly: blue. Hex color #321C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321C75 is #CDE38A. Grayscale: #2C2C2C. Windows color (decimal): -13493131 or 7674930. OLE color: 7674930.

HSL color Cylindrical-coordinate representation of color #321C75: hue angle of 254.83º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #321C75 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5028117-
CMYK0.570.7600.54
HSL254.83º61.38%28.43%-
HSV(B)254.83º76.07%45.88%-
XYZ4.942.7917.11-
YUV44.72168.79131.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.64%
GREEN value IS 28 (11.33% from 255) = 14.36%
BLUE value IS 117 (46.09% from 255) = 60%
R=25.64%
G=14.36%
B=60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50281170.570.7600.54254.8361.3828.43
Hex321C75394C036ff3d1c
Octal6234165711140663777534
Binary110010111001110101111001100110001101101111111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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