Html Css Color HEX #32179A Persian Indigo

📋 copy color: '#32179A'

red 50 ◦ green 23 ◦ blue 154

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

Shades of Persian Indigo #32179A

Tints of Persian Indigo #32179A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.13%

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

R = 22.03%
G = 10.13%
B = 67.84%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#32179A (or 0x32179A) is known color: Persian Indigo. HEX triplet: 32, 17 and 9A. RGB value is (50,23,154). Sum of RGB (Red+Green+Blue) = 50+23+154=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 154 (60.55% from 255 or 67.84% from 227); Max value from RGB is 154 - color contains mainly: blue. Hex color #32179A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32179A is #CDE865. Grayscale: #2D2D2D. Windows color (decimal): -13494374 or 10098482. OLE color: 10098482.

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

Color convert

RGB 50 23 154 -
CMYK 0.68 0.85 0 0.40
HSL 252.37º 0.74% 0.35% -
HSV(B) 252.37º 0.85% 0.6% -
XYZ 7.45 3.62 30.88 -
YUV 46.01 188.95 130.85 -
System Red Green Blue C M Y K H S L
Decimal 50 23 154 0.68 0.85 0 0.40 252.37 0.74 0.35
Hex 32 17 9A 44 55 0 28 FC 4A 23
Octal 62 27 232 104 125 0 50 374 112 43
Binary 110010 10111 10011010 1000100 1010101 0 101000 11111100 1001010 100011

Color Harmonies of #32179A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32179A

Black with #32179A

Text Example


Text Example

White with #32179A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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