Html Css Color HEX #322395 Persian Indigo

📋 copy color: '#322395'

red 50 ◦ green 35 ◦ blue 149

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

Shades of Persian Indigo #322395

Tints of Persian Indigo #322395

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.96%

 BLUE value IS 149 (58.59% from 255) = 63.68%

R = 21.37%
G = 14.96%
B = 63.68%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#322395 (or 0x322395) is known color: Persian Indigo. HEX triplet: 32, 23 and 95. RGB value is (50,35,149). Sum of RGB (Red+Green+Blue) = 50+35+149=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #322395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322395 is #CDDC6A. Grayscale: #343434. Windows color (decimal): -13491307 or 9773874. OLE color: 9773874.

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

Color convert

RGB 50 35 149 -
CMYK 0.66 0.77 0 0.42
HSL 247.89º 0.62% 0.36% -
HSV(B) 247.89º 0.77% 0.58% -
XYZ 7.34 4.05 28.83 -
YUV 52.48 182.47 126.23 -
System Red Green Blue C M Y K H S L
Decimal 50 35 149 0.66 0.77 0 0.42 247.89 0.62 0.36
Hex 32 23 95 42 4D 0 2A F8 3E 24
Octal 62 43 225 102 115 0 52 370 76 44
Binary 110010 100011 10010101 1000010 1001101 0 101010 11111000 111110 100100

Color Harmonies of #322395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322395

Black with #322395

Text Example


Text Example

White with #322395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322395; }

 p { color: rgb(50,35,149); }

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

background-color css

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

 a { background-color: rgb(50,35,149); }

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

border-color css

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

 span { border-color: rgb(50,35,149); }

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