Html Css Color HEX #321985 Persian Indigo

📋 copy color: '#321985'

red 50 ◦ green 25 ◦ blue 133

#321985
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #321985

Tints of Persian Indigo #321985

RGB

 RED value IS 50 (19.92% from 255) = 24.04%

 GREEN value IS 25 (10.16% from 255) = 12.02%

 BLUE value IS 133 (52.34% from 255) = 63.94%

R = 24.04%
G = 12.02%
B = 63.94%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#321985 (or 0x321985) is known color: Persian Indigo. HEX triplet: 32, 19 and 85. RGB value is (50,25,133). Sum of RGB (Red+Green+Blue) = 50+25+133=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 133 (52.34% from 255 or 63.94% from 208); Max value from RGB is 133 - color contains mainly: blue. Hex color #321985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321985 is #CDE67A. Grayscale: #2C2C2C. Windows color (decimal): -13493883 or 8722738. OLE color: 8722738.

HSL color Cylindrical-coordinate representation of color #321985: hue angle of 253.89º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #321985 is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 25 133 -
CMYK 0.62 0.81 0 0.48
HSL 253.89º 0.68% 0.31% -
HSV(B) 253.89º 0.81% 0.52% -
XYZ 5.9 3.07 22.47 -
YUV 44.79 177.78 131.72 -
System Red Green Blue C M Y K H S L
Decimal 50 25 133 0.62 0.81 0 0.48 253.89 0.68 0.31
Hex 32 19 85 3E 51 0 30 FE 44 1F
Octal 62 31 205 76 121 0 60 376 104 37
Binary 110010 11001 10000101 111110 1010001 0 110000 11111110 1000100 11111

Color Harmonies of #321985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321985

Black with #321985

Text Example


Text Example

White with #321985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321985; }

 p { color: rgb(50,25,133); }

 H1.HeaderClassName
 {
   color: #321985;
 }
 .AnyTagClassName
 {
   color: #321985;
 }
</style>

background-color css

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

 a { background-color: rgb(50,25,133); }

 div.DivClassName
 {
   background-color: #321985;
 }
 .BgClassName
 {
   background-color: #321985;
 }
</style>

border-color css

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

 span { border-color: rgb(50,25,133); }

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