Html Css Color HEX #321574 Persian Indigo

📋 copy color: '#321574'

red 50 ◦ green 21 ◦ blue 116

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

Shades of Persian Indigo #321574

Tints of Persian Indigo #321574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 62.03%

R = 26.74%
G = 11.23%
B = 62.03%

CMYK

 C value IS 0.57

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#321574 (or 0x321574) is known color: Persian Indigo. HEX triplet: 32, 15 and 74. RGB value is (50,21,116). Sum of RGB (Red+Green+Blue) = 50+21+116=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 116 (45.70% from 255 or 62.03% from 187); Max value from RGB is 116 - color contains mainly: blue. Hex color #321574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321574 is #CDEA8B. Grayscale: #282828. Windows color (decimal): -13494924 or 7607602. OLE color: 7607602.

HSL color Cylindrical-coordinate representation of color #321574: hue angle of 258.32º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #321574 is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 21 116 -
CMYK 0.57 0.82 0 0.55
HSL 258.32º 0.69% 0.27% -
HSV(B) 258.32º 0.82% 0.45% -
XYZ 4.74 2.48 16.75 -
YUV 40.5 170.61 134.78 -
System Red Green Blue C M Y K H S L
Decimal 50 21 116 0.57 0.82 0 0.55 258.32 0.69 0.27
Hex 32 15 74 39 52 0 37 102 45 1B
Octal 62 25 164 71 122 0 67 402 105 33
Binary 110010 10101 1110100 111001 1010010 0 110111 100000010 1000101 11011

Color Harmonies of #321574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321574

Black with #321574

Text Example


Text Example

White with #321574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321574; }

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

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

background-color css

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

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

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

border-color css

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

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

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