Html Css Color HEX #32189A Persian Indigo

📋 copy color: '#32189A'

red 50 ◦ green 24 ◦ blue 154

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

Shades of Persian Indigo #32189A

Tints of Persian Indigo #32189A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.53%

 BLUE value IS 154 (60.55% from 255) = 67.54%

R = 21.93%
G = 10.53%
B = 67.54%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#32189A (or 0x32189A) is known color: Persian Indigo. HEX triplet: 32, 18 and 9A. RGB value is (50,24,154). Sum of RGB (Red+Green+Blue) = 50+24+154=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 154 (60.55% from 255 or 67.54% from 228); Max value from RGB is 154 - color contains mainly: blue. Hex color #32189A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32189A is #CDE765. Grayscale: #2E2E2E. Windows color (decimal): -13494118 or 10098738. OLE color: 10098738.

HSL color Cylindrical-coordinate representation of color #32189A: hue angle of 252º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32189A is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 24 154 -
CMYK 0.68 0.84 0 0.40
HSL 252º 0.73% 0.35% -
HSV(B) 252º 0.84% 0.6% -
XYZ 7.47 3.66 30.89 -
YUV 46.59 188.61 130.43 -
System Red Green Blue C M Y K H S L
Decimal 50 24 154 0.68 0.84 0 0.40 252 0.73 0.35
Hex 32 18 9A 44 54 0 28 FC 49 23
Octal 62 30 232 104 124 0 50 374 111 43
Binary 110010 11000 10011010 1000100 1010100 0 101000 11111100 1001001 100011

Color Harmonies of #32189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32189A

Black with #32189A

Text Example


Text Example

White with #32189A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,24,154); }

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

background-color css

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

 a { background-color: rgb(50,24,154); }

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

border-color css

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

 span { border-color: rgb(50,24,154); }

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