Html Css Color HEX #320189 Persian Indigo

📋 copy color: '#320189'

red 50 ◦ green 1 ◦ blue 137

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

Shades of Persian Indigo #320189

Tints of Persian Indigo #320189

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 26.6%
G = 0.53%
B = 72.87%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#320189 (or 0x320189) is known color: Persian Indigo. HEX triplet: 32, 01 and 89. RGB value is (50,1,137). Sum of RGB (Red+Green+Blue) = 50+1+137=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 137 (53.91% from 255 or 72.87% from 188); Max value from RGB is 137 - color contains mainly: blue. Hex color #320189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320189 is #CDFE76. Grayscale: #1E1E1E. Windows color (decimal): -13500023 or 8978738. OLE color: 8978738.

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

Color convert

RGB 50 1 137 -
CMYK 0.64 0.99 0 0.46
HSL 261.62º 0.99% 0.27% -
HSV(B) 261.62º 0.99% 0.54% -
XYZ 5.84 2.51 23.84 -
YUV 31.16 187.73 141.44 -
System Red Green Blue C M Y K H S L
Decimal 50 1 137 0.64 0.99 0 0.46 261.62 0.99 0.27
Hex 32 1 89 40 63 0 2E 106 63 1B
Octal 62 1 211 100 143 0 56 406 143 33
Binary 110010 1 10001001 1000000 1100011 0 101110 100000110 1100011 11011

Color Harmonies of #320189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320189

Black with #320189

Text Example


Text Example

White with #320189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320189; }

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

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

background-color css

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

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

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

border-color css

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

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

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