Html Css Color HEX #322880 Persian Indigo

📋 copy color: '#322880'

red 50 ◦ green 40 ◦ blue 128

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

Shades of Persian Indigo #322880

Tints of Persian Indigo #322880

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.35%

 BLUE value IS 128 (50.39% from 255) = 58.72%

R = 22.94%
G = 18.35%
B = 58.72%

CMYK

 C value IS 0.61

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#322880 (or 0x322880) is known color: Persian Indigo. HEX triplet: 32, 28 and 80. RGB value is (50,40,128). Sum of RGB (Red+Green+Blue) = 50+40+128=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 128 (50.39% from 255 or 58.72% from 218); Max value from RGB is 128 - color contains mainly: blue. Hex color #322880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322880 is #CDD77F. Grayscale: #343434. Windows color (decimal): -13490048 or 8398898. OLE color: 8398898.

HSL color Cylindrical-coordinate representation of color #322880: hue angle of 246.82º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #322880 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 40 128 -
CMYK 0.61 0.69 0 0.50
HSL 246.82º 0.52% 0.33% -
HSV(B) 246.82º 0.69% 0.5% -
XYZ 5.97 3.75 20.83 -
YUV 53.02 170.31 125.84 -
System Red Green Blue C M Y K H S L
Decimal 50 40 128 0.61 0.69 0 0.50 246.82 0.52 0.33
Hex 32 28 80 3D 45 0 32 F7 34 21
Octal 62 50 200 75 105 0 62 367 64 41
Binary 110010 101000 10000000 111101 1000101 0 110010 11110111 110100 100001

Color Harmonies of #322880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322880

Black with #322880

Text Example


Text Example

White with #322880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322880; }

 p { color: rgb(50,40,128); }

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

background-color css

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

 a { background-color: rgb(50,40,128); }

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

border-color css

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

 span { border-color: rgb(50,40,128); }

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