Html Css Color HEX #320B89 Persian Indigo

📋 copy color: '#320B89'

red 50 ◦ green 11 ◦ blue 137

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

Shades of Persian Indigo #320B89

Tints of Persian Indigo #320B89

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.56%

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

R = 25.25%
G = 5.56%
B = 69.19%

CMYK

 C value IS 0.64

 M value IS 0.92

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#320B89 (or 0x320B89) is known color: Persian Indigo. HEX triplet: 32, 0B and 89. RGB value is (50,11,137). Sum of RGB (Red+Green+Blue) = 50+11+137=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 137 (53.91% from 255 or 69.19% from 198); Max value from RGB is 137 - color contains mainly: blue. Hex color #320B89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320B89 is #CDF476. Grayscale: #242424. Windows color (decimal): -13497463 or 8981298. OLE color: 8981298.

HSL color Cylindrical-coordinate representation of color #320B89: hue angle of 258.57º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #320B89 is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 11 137 -
CMYK 0.64 0.92 0 0.46
HSL 258.57º 0.85% 0.29% -
HSV(B) 258.57º 0.92% 0.54% -
XYZ 5.95 2.72 23.88 -
YUV 37.03 184.42 137.25 -
System Red Green Blue C M Y K H S L
Decimal 50 11 137 0.64 0.92 0 0.46 258.57 0.85 0.29
Hex 32 B 89 40 5C 0 2E 103 55 1D
Octal 62 13 211 100 134 0 56 403 125 35
Binary 110010 1011 10001001 1000000 1011100 0 101110 100000011 1010101 11101

Color Harmonies of #320B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320B89

Black with #320B89

Text Example


Text Example

White with #320B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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