Html Css Color HEX #32098D Persian Indigo

📋 copy color: '#32098D'

red 50 ◦ green 9 ◦ blue 141

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

Shades of Persian Indigo #32098D

Tints of Persian Indigo #32098D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.5%

 BLUE value IS 141 (55.47% from 255) = 70.5%

R = 25%
G = 4.5%
B = 70.5%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32098D (or 0x32098D) is known color: Persian Indigo. HEX triplet: 32, 09 and 8D. RGB value is (50,9,141). Sum of RGB (Red+Green+Blue) = 50+9+141=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 141 (55.47% from 255 or 70.5% from 200); Max value from RGB is 141 - color contains mainly: blue. Hex color #32098D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32098D is #CDF672. Grayscale: #232323. Windows color (decimal): -13497971 or 9242930. OLE color: 9242930.

HSL color Cylindrical-coordinate representation of color #32098D: hue angle of 258.64º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #32098D is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 9 141 -
CMYK 0.65 0.94 0 0.45
HSL 258.64º 0.88% 0.29% -
HSV(B) 258.64º 0.94% 0.55% -
XYZ 6.22 2.8 25.41 -
YUV 36.31 187.08 137.77 -
System Red Green Blue C M Y K H S L
Decimal 50 9 141 0.65 0.94 0 0.45 258.64 0.88 0.29
Hex 32 9 8D 41 5E 0 2D 103 58 1D
Octal 62 11 215 101 136 0 55 403 130 35
Binary 110010 1001 10001101 1000001 1011110 0 101101 100000011 1011000 11101

Color Harmonies of #32098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32098D

Black with #32098D

Text Example


Text Example

White with #32098D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32098D; }

 p { color: rgb(50,9,141); }

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

background-color css

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

 a { background-color: rgb(50,9,141); }

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

border-color css

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

 span { border-color: rgb(50,9,141); }

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