Html Css Color HEX #321794 Persian Indigo

📋 copy color: '#321794'

red 50 ◦ green 23 ◦ blue 148

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

Shades of Persian Indigo #321794

Tints of Persian Indigo #321794

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.41%

 BLUE value IS 148 (58.2% from 255) = 66.97%

R = 22.62%
G = 10.41%
B = 66.97%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#321794 (or 0x321794) is known color: Persian Indigo. HEX triplet: 32, 17 and 94. RGB value is (50,23,148). Sum of RGB (Red+Green+Blue) = 50+23+148=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 148 (58.20% from 255 or 66.97% from 221); Max value from RGB is 148 - color contains mainly: blue. Hex color #321794 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321794 is #CDE86B. Grayscale: #2C2C2C. Windows color (decimal): -13494380 or 9705266. OLE color: 9705266.

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

Color convert

RGB 50 23 148 -
CMYK 0.66 0.84 0 0.42
HSL 252.96º 0.73% 0.34% -
HSV(B) 252.96º 0.84% 0.58% -
XYZ 6.97 3.43 28.31 -
YUV 45.32 185.95 131.34 -
System Red Green Blue C M Y K H S L
Decimal 50 23 148 0.66 0.84 0 0.42 252.96 0.73 0.34
Hex 32 17 94 42 54 0 2A FD 49 22
Octal 62 27 224 102 124 0 52 375 111 42
Binary 110010 10111 10010100 1000010 1010100 0 101010 11111101 1001001 100010

Color Harmonies of #321794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321794

Black with #321794

Text Example


Text Example

White with #321794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321794; }

 p { color: rgb(50,23,148); }

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

background-color css

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

 a { background-color: rgb(50,23,148); }

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

border-color css

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

 span { border-color: rgb(50,23,148); }

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