Html Css Color HEX #320099 Persian Indigo

📋 copy color: '#320099'

red 50 ◦ green 0 ◦ blue 153

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

Shades of Persian Indigo #320099

Tints of Persian Indigo #320099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 75.37%

R = 24.63%
G = 0%
B = 75.37%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#320099 (or 0x320099) is known color: Persian Indigo. HEX triplet: 32, 00 and 99. RGB value is (50,0,153). Sum of RGB (Red+Green+Blue) = 50+0+153=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 153 (60.16% from 255 or 75.37% from 203); Max value from RGB is 153 - color contains mainly: blue. Hex color #320099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320099 is #CDFF66. Grayscale: #1F1F1F. Windows color (decimal): -13500263 or 10027058. OLE color: 10027058.

HSL color Cylindrical-coordinate representation of color #320099: hue angle of 259.61º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320099 is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 0 153 -
CMYK 0.67 1 0 0.4
HSL 259.61º 1% 0.3% -
HSV(B) 259.61º 1% 0.6% -
XYZ 7.07 2.98 30.34 -
YUV 32.39 196.07 140.56 -
System Red Green Blue C M Y K H S L
Decimal 50 0 153 0.67 1 0 0.4 259.61 1 0.3
Hex 32 0 99 43 64 0 28 104 64 1E
Octal 62 0 231 103 144 0 50 404 144 36
Binary 110010 0 10011001 1000011 1100100 0 101000 100000100 1100100 11110

Color Harmonies of #320099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320099

Black with #320099

Text Example


Text Example

White with #320099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320099; }

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

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

background-color css

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

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

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

border-color css

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

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

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