Html Css Color HEX #50067B Indigo

📋 copy color: '#50067B'

red 80 ◦ green 6 ◦ blue 123

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

Shades of Indigo #50067B

Tints of Indigo #50067B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.87%

 BLUE value IS 123 (48.44% from 255) = 58.85%

R = 38.28%
G = 2.87%
B = 58.85%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#50067B (or 0x50067B) is known color: Indigo. HEX triplet: 50, 06 and 7B. RGB value is (80,6,123). Sum of RGB (Red+Green+Blue) = 80+6+123=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #50067B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50067B is #AFF984. Grayscale: #292929. Windows color (decimal): -11532677 or 8062544. OLE color: 8062544.

HSL color Cylindrical-coordinate representation of color #50067B: hue angle of 277.95º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50067B is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 80 6 123 -
CMYK 0.35 0.95 0 0.52
HSL 277.95º 0.91% 0.25% -
HSV(B) 277.95º 0.95% 0.48% -
XYZ 6.95 3.27 19 -
YUV 41.46 174.02 155.49 -
System Red Green Blue C M Y K H S L
Decimal 80 6 123 0.35 0.95 0 0.52 277.95 0.91 0.25
Hex 50 6 7B 23 5F 0 34 116 5B 19
Octal 120 6 173 43 137 0 64 426 133 31
Binary 1010000 110 1111011 100011 1011111 0 110100 100010110 1011011 11001

Color Harmonies of #50067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50067B

Black with #50067B

Text Example


Text Example

White with #50067B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,6,123); }

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

background-color css

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

 a { background-color: rgb(80,6,123); }

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

border-color css

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

 span { border-color: rgb(80,6,123); }

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