Html Css Color HEX #32188B Persian Indigo

📋 copy color: '#32188B'

red 50 ◦ green 24 ◦ blue 139

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

Shades of Persian Indigo #32188B

Tints of Persian Indigo #32188B

RGB

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

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

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

R = 23.47%
G = 11.27%
B = 65.26%

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

#32188B (or 0x32188B) is known color: Persian Indigo. HEX triplet: 32, 18 and 8B. RGB value is (50,24,139). Sum of RGB (Red+Green+Blue) = 50+24+139=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 139 (54.69% from 255 or 65.26% from 213); Max value from RGB is 139 - color contains mainly: blue. Hex color #32188B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32188B is #CDE774. Grayscale: #2C2C2C. Windows color (decimal): -13494133 or 9115698. OLE color: 9115698.

HSL color Cylindrical-coordinate representation of color #32188B: hue angle of 253.57º degrees, saturation: 0.71, 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 #32188B is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 24 139 -
CMYK 0.64 0.83 0 0.45
HSL 253.57º 0.71% 0.32% -
HSV(B) 253.57º 0.83% 0.55% -
XYZ 6.3 3.2 24.71 -
YUV 44.88 181.11 131.65 -
System Red Green Blue C M Y K H S L
Decimal 50 24 139 0.64 0.83 0 0.45 253.57 0.71 0.32
Hex 32 18 8B 40 53 0 2D FE 47 20
Octal 62 30 213 100 123 0 55 376 107 40
Binary 110010 11000 10001011 1000000 1010011 0 101101 11111110 1000111 100000

Color Harmonies of #32188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32188B

Black with #32188B

Text Example


Text Example

White with #32188B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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