Html Css Color HEX #32178B Persian Indigo

📋 copy color: '#32178B'

red 50 ◦ green 23 ◦ blue 139

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

Shades of Persian Indigo #32178B

Tints of Persian Indigo #32178B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 65.57%

R = 23.58%
G = 10.85%
B = 65.57%

CMYK

 C value IS 0.64

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32178B (or 0x32178B) is known color: Persian Indigo. HEX triplet: 32, 17 and 8B. RGB value is (50,23,139). Sum of RGB (Red+Green+Blue) = 50+23+139=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 139 (54.69% from 255 or 65.57% from 212); Max value from RGB is 139 - color contains mainly: blue. Hex color #32178B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32178B is #CDE874. Grayscale: #2B2B2B. Windows color (decimal): -13494389 or 9115442. OLE color: 9115442.

HSL color Cylindrical-coordinate representation of color #32178B: hue angle of 253.97º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32178B is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 23 139 -
CMYK 0.64 0.83 0 0.45
HSL 253.97º 0.72% 0.32% -
HSV(B) 253.97º 0.83% 0.55% -
XYZ 6.28 3.15 24.7 -
YUV 44.3 181.45 132.07 -
System Red Green Blue C M Y K H S L
Decimal 50 23 139 0.64 0.83 0 0.45 253.97 0.72 0.32
Hex 32 17 8B 40 53 0 2D FE 48 20
Octal 62 27 213 100 123 0 55 376 110 40
Binary 110010 10111 10001011 1000000 1010011 0 101101 11111110 1001000 100000

Color Harmonies of #32178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32178B

Black with #32178B

Text Example


Text Example

White with #32178B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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