Html Css Color HEX #320089 Persian Indigo

📋 copy color: '#320089'

red 50 ◦ green 0 ◦ blue 137

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

Shades of Persian Indigo #320089

Tints of Persian Indigo #320089

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 26.74%
G = 0%
B = 73.26%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#320089 (or 0x320089) is known color: Persian Indigo. HEX triplet: 32, 00 and 89. RGB value is (50,0,137). Sum of RGB (Red+Green+Blue) = 50+0+137=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 137 (53.91% from 255 or 73.26% from 187); Max value from RGB is 137 - color contains mainly: blue. Hex color #320089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320089 is #CDFF76. Grayscale: #1E1E1E. Windows color (decimal): -13500279 or 8978482. OLE color: 8978482.

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

Color convert

RGB 50 0 137 -
CMYK 0.64 1 0 0.46
HSL 261.9º 1% 0.27% -
HSV(B) 261.9º 1% 0.54% -
XYZ 5.83 2.48 23.84 -
YUV 30.57 188.07 141.86 -
System Red Green Blue C M Y K H S L
Decimal 50 0 137 0.64 1 0 0.46 261.9 1 0.27
Hex 32 0 89 40 64 0 2E 106 64 1B
Octal 62 0 211 100 144 0 56 406 144 33
Binary 110010 0 10001001 1000000 1100100 0 101110 100000110 1100100 11011

Color Harmonies of #320089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320089

Black with #320089

Text Example


Text Example

White with #320089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320089; }

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

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

background-color css

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

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

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

border-color css

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

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

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