Html Css Color HEX #32189B Persian Indigo

📋 copy color: '#32189B'

red 50 ◦ green 24 ◦ blue 155

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

Shades of Persian Indigo #32189B

Tints of Persian Indigo #32189B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 67.69%

R = 21.83%
G = 10.48%
B = 67.69%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#32189B (or 0x32189B) is known color: Persian Indigo. HEX triplet: 32, 18 and 9B. RGB value is (50,24,155). Sum of RGB (Red+Green+Blue) = 50+24+155=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 155 (60.94% from 255 or 67.69% from 229); Max value from RGB is 155 - color contains mainly: blue. Hex color #32189B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32189B is #CDE764. Grayscale: #2E2E2E. Windows color (decimal): -13494117 or 10164274. OLE color: 10164274.

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

Color convert

RGB 50 24 155 -
CMYK 0.68 0.85 0 0.39
HSL 251.91º 0.73% 0.35% -
HSV(B) 251.91º 0.85% 0.61% -
XYZ 7.56 3.7 31.33 -
YUV 46.71 189.11 130.35 -
System Red Green Blue C M Y K H S L
Decimal 50 24 155 0.68 0.85 0 0.39 251.91 0.73 0.35
Hex 32 18 9B 44 55 0 27 FC 49 23
Octal 62 30 233 104 125 0 47 374 111 43
Binary 110010 11000 10011011 1000100 1010101 0 100111 11111100 1001001 100011

Color Harmonies of #32189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32189B

Black with #32189B

Text Example


Text Example

White with #32189B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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