Html Css Color HEX #321897 Persian Indigo

📋 copy color: '#321897'

red 50 ◦ green 24 ◦ blue 151

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

Shades of Persian Indigo #321897

Tints of Persian Indigo #321897

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.67%

 BLUE value IS 151 (59.38% from 255) = 67.11%

R = 22.22%
G = 10.67%
B = 67.11%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#321897 (or 0x321897) is known color: Persian Indigo. HEX triplet: 32, 18 and 97. RGB value is (50,24,151). Sum of RGB (Red+Green+Blue) = 50+24+151=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 151 (59.38% from 255 or 67.11% from 225); Max value from RGB is 151 - color contains mainly: blue. Hex color #321897 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321897 is #CDE768. Grayscale: #2D2D2D. Windows color (decimal): -13494121 or 9902130. OLE color: 9902130.

HSL color Cylindrical-coordinate representation of color #321897: hue angle of 252.28º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #321897 is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 24 151 -
CMYK 0.67 0.84 0 0.41
HSL 252.28º 0.73% 0.34% -
HSV(B) 252.28º 0.84% 0.59% -
XYZ 7.23 3.57 29.59 -
YUV 46.25 187.11 130.67 -
System Red Green Blue C M Y K H S L
Decimal 50 24 151 0.67 0.84 0 0.41 252.28 0.73 0.34
Hex 32 18 97 43 54 0 29 FC 49 22
Octal 62 30 227 103 124 0 51 374 111 42
Binary 110010 11000 10010111 1000011 1010100 0 101001 11111100 1001001 100010

Color Harmonies of #321897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321897

Black with #321897

Text Example


Text Example

White with #321897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321897; }

 p { color: rgb(50,24,151); }

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

background-color css

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

 a { background-color: rgb(50,24,151); }

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

border-color css

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

 span { border-color: rgb(50,24,151); }

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