Html Css Color HEX #32088A Persian Indigo

📋 copy color: '#32088A'

red 50 ◦ green 8 ◦ blue 138

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

Shades of Persian Indigo #32088A

Tints of Persian Indigo #32088A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.08%

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

R = 25.51%
G = 4.08%
B = 70.41%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#32088A (or 0x32088A) is known color: Persian Indigo. HEX triplet: 32, 08 and 8A. RGB value is (50,8,138). Sum of RGB (Red+Green+Blue) = 50+8+138=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 138 (54.30% from 255 or 70.41% from 196); Max value from RGB is 138 - color contains mainly: blue. Hex color #32088A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32088A is #CDF775. Grayscale: #222222. Windows color (decimal): -13498230 or 9046066. OLE color: 9046066.

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

Color convert

RGB 50 8 138 -
CMYK 0.64 0.94 0 0.46
HSL 259.38º 0.89% 0.29% -
HSV(B) 259.38º 0.94% 0.54% -
XYZ 5.99 2.69 24.25 -
YUV 35.38 185.91 138.43 -
System Red Green Blue C M Y K H S L
Decimal 50 8 138 0.64 0.94 0 0.46 259.38 0.89 0.29
Hex 32 8 8A 40 5E 0 2E 103 59 1D
Octal 62 10 212 100 136 0 56 403 131 35
Binary 110010 1000 10001010 1000000 1011110 0 101110 100000011 1011001 11101

Color Harmonies of #32088A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32088A

Black with #32088A

Text Example


Text Example

White with #32088A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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