Html Css Color HEX #321585 Persian Indigo

📋 copy color: '#321585'

red 50 ◦ green 21 ◦ blue 133

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

Shades of Persian Indigo #321585

Tints of Persian Indigo #321585

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.29%

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

R = 24.51%
G = 10.29%
B = 65.2%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#321585 (or 0x321585) is known color: Persian Indigo. HEX triplet: 32, 15 and 85. RGB value is (50,21,133). Sum of RGB (Red+Green+Blue) = 50+21+133=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 133 (52.34% from 255 or 65.20% from 204); Max value from RGB is 133 - color contains mainly: blue. Hex color #321585 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321585 is #CDEA7A. Grayscale: #2A2A2A. Windows color (decimal): -13494907 or 8721714. OLE color: 8721714.

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

Color convert

RGB 50 21 133 -
CMYK 0.62 0.84 0 0.48
HSL 255.54º 0.73% 0.3% -
HSV(B) 255.54º 0.84% 0.52% -
XYZ 5.82 2.91 22.44 -
YUV 42.44 179.11 133.39 -
System Red Green Blue C M Y K H S L
Decimal 50 21 133 0.62 0.84 0 0.48 255.54 0.73 0.3
Hex 32 15 85 3E 54 0 30 100 49 1E
Octal 62 25 205 76 124 0 60 400 111 36
Binary 110010 10101 10000101 111110 1010100 0 110000 100000000 1001001 11110

Color Harmonies of #321585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321585

Black with #321585

Text Example


Text Example

White with #321585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321585; }

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

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

background-color css

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

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

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

border-color css

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

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

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