Html Css Color HEX #32098A Persian Indigo

📋 copy color: '#32098A'

red 50 ◦ green 9 ◦ blue 138

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

Shades of Persian Indigo #32098A

Tints of Persian Indigo #32098A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 70.05%

R = 25.38%
G = 4.57%
B = 70.05%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#32098A (or 0x32098A) is known color: Persian Indigo. HEX triplet: 32, 09 and 8A. RGB value is (50,9,138). Sum of RGB (Red+Green+Blue) = 50+9+138=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 138 (54.30% from 255 or 70.05% from 197); Max value from RGB is 138 - color contains mainly: blue. Hex color #32098A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32098A is #CDF675. Grayscale: #232323. Windows color (decimal): -13497974 or 9046322. OLE color: 9046322.

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

Color convert

RGB 50 9 138 -
CMYK 0.64 0.93 0 0.46
HSL 259.07º 0.88% 0.29% -
HSV(B) 259.07º 0.93% 0.54% -
XYZ 6 2.71 24.25 -
YUV 35.97 185.58 138.01 -
System Red Green Blue C M Y K H S L
Decimal 50 9 138 0.64 0.93 0 0.46 259.07 0.88 0.29
Hex 32 9 8A 40 5D 0 2E 103 58 1D
Octal 62 11 212 100 135 0 56 403 130 35
Binary 110010 1001 10001010 1000000 1011101 0 101110 100000011 1011000 11101

Color Harmonies of #32098A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32098A

Black with #32098A

Text Example


Text Example

White with #32098A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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