Html Css Color HEX #32158B Persian Indigo

📋 copy color: '#32158B'

red 50 ◦ green 21 ◦ blue 139

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

Shades of Persian Indigo #32158B

Tints of Persian Indigo #32158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10%

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

R = 23.81%
G = 10%
B = 66.19%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32158B (or 0x32158B) is known color: Persian Indigo. HEX triplet: 32, 15 and 8B. RGB value is (50,21,139). Sum of RGB (Red+Green+Blue) = 50+21+139=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #32158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32158B is #CDEA74. Grayscale: #2A2A2A. Windows color (decimal): -13494901 or 9114930. OLE color: 9114930.

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

Color convert

RGB 50 21 139 -
CMYK 0.64 0.85 0 0.45
HSL 254.75º 0.74% 0.31% -
HSV(B) 254.75º 0.85% 0.55% -
XYZ 6.24 3.08 24.69 -
YUV 43.12 182.11 132.91 -
System Red Green Blue C M Y K H S L
Decimal 50 21 139 0.64 0.85 0 0.45 254.75 0.74 0.31
Hex 32 15 8B 40 55 0 2D FF 4A 1F
Octal 62 25 213 100 125 0 55 377 112 37
Binary 110010 10101 10001011 1000000 1010101 0 101101 11111111 1001010 11111

Color Harmonies of #32158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32158B

Black with #32158B

Text Example


Text Example

White with #32158B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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