Html Css Color HEX #320889 Persian Indigo

📋 copy color: '#320889'

red 50 ◦ green 8 ◦ blue 137

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

Shades of Persian Indigo #320889

Tints of Persian Indigo #320889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.1%

 BLUE value IS 137 (53.91% from 255) = 70.26%

R = 25.64%
G = 4.1%
B = 70.26%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#320889 (or 0x320889) is known color: Persian Indigo. HEX triplet: 32, 08 and 89. RGB value is (50,8,137). Sum of RGB (Red+Green+Blue) = 50+8+137=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 137 (53.91% from 255 or 70.26% from 195); Max value from RGB is 137 - color contains mainly: blue. Hex color #320889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320889 is #CDF776. Grayscale: #222222. Windows color (decimal): -13498231 or 8980530. OLE color: 8980530.

HSL color Cylindrical-coordinate representation of color #320889: hue angle of 259.53º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320889 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 8 137 -
CMYK 0.64 0.94 0 0.46
HSL 259.53º 0.89% 0.28% -
HSV(B) 259.53º 0.94% 0.54% -
XYZ 5.92 2.66 23.87 -
YUV 35.26 185.41 138.51 -
System Red Green Blue C M Y K H S L
Decimal 50 8 137 0.64 0.94 0 0.46 259.53 0.89 0.28
Hex 32 8 89 40 5E 0 2E 104 59 1C
Octal 62 10 211 100 136 0 56 404 131 34
Binary 110010 1000 10001001 1000000 1011110 0 101110 100000100 1011001 11100

Color Harmonies of #320889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320889

Black with #320889

Text Example


Text Example

White with #320889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320889; }

 p { color: rgb(50,8,137); }

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

background-color css

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

 a { background-color: rgb(50,8,137); }

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

border-color css

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

 span { border-color: rgb(50,8,137); }

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