Html Css Color HEX #50038B Indigo

📋 copy color: '#50038B'

red 80 ◦ green 3 ◦ blue 139

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

Shades of Indigo #50038B

Tints of Indigo #50038B

RGB

 RED value IS 80 (31.64% from 255) = 36.04%

 GREEN value IS 3 (1.56% from 255) = 1.35%

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

R = 36.04%
G = 1.35%
B = 62.61%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50038B (or 0x50038B) is known color: Indigo. HEX triplet: 50, 03 and 8B. RGB value is (80,3,139). Sum of RGB (Red+Green+Blue) = 80+3+139=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #50038B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50038B is #AFFC74. Grayscale: #292929. Windows color (decimal): -11533429 or 9110352. OLE color: 9110352.

HSL color Cylindrical-coordinate representation of color #50038B: hue angle of 273.97º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50038B is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 3 139 -
CMYK 0.42 0.98 0 0.45
HSL 273.97º 0.96% 0.28% -
HSV(B) 273.97º 0.98% 0.55% -
XYZ 8 3.63 24.71 -
YUV 41.53 183.01 155.44 -
System Red Green Blue C M Y K H S L
Decimal 80 3 139 0.42 0.98 0 0.45 273.97 0.96 0.28
Hex 50 3 8B 2A 62 0 2D 112 60 1C
Octal 120 3 213 52 142 0 55 422 140 34
Binary 1010000 11 10001011 101010 1100010 0 101101 100010010 1100000 11100

Color Harmonies of #50038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50038B

Black with #50038B

Text Example


Text Example

White with #50038B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,3,139); }

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

background-color css

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

 a { background-color: rgb(80,3,139); }

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

border-color css

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

 span { border-color: rgb(80,3,139); }

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