Html Css Color HEX #50068E Indigo

📋 copy color: '#50068E'

red 80 ◦ green 6 ◦ blue 142

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

Shades of Indigo #50068E

Tints of Indigo #50068E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 62.28%

R = 35.09%
G = 2.63%
B = 62.28%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50068E (or 0x50068E) is known color: Indigo. HEX triplet: 50, 06 and 8E. RGB value is (80,6,142). Sum of RGB (Red+Green+Blue) = 80+6+142=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 142 (55.86% from 255 or 62.28% from 228); Max value from RGB is 142 - color contains mainly: blue. Hex color #50068E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50068E is #AFF971. Grayscale: #2B2B2B. Windows color (decimal): -11532658 or 9307728. OLE color: 9307728.

HSL color Cylindrical-coordinate representation of color #50068E: hue angle of 272.65º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50068E is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 6 142 -
CMYK 0.44 0.96 0 0.44
HSL 272.65º 0.92% 0.29% -
HSV(B) 272.65º 0.96% 0.56% -
XYZ 8.26 3.79 25.89 -
YUV 43.63 183.52 153.94 -
System Red Green Blue C M Y K H S L
Decimal 80 6 142 0.44 0.96 0 0.44 272.65 0.92 0.29
Hex 50 6 8E 2C 60 0 2C 111 5C 1D
Octal 120 6 216 54 140 0 54 421 134 35
Binary 1010000 110 10001110 101100 1100000 0 101100 100010001 1011100 11101

Color Harmonies of #50068E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50068E

Black with #50068E

Text Example


Text Example

White with #50068E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50068E; }

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

 H1.HeaderClassName
 {
   color: #50068E;
 }
 .AnyTagClassName
 {
   color: #50068E;
 }
</style>

background-color css

<style>
 a { background-color: #50068E; }

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

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

border-color css

<style>
 span { border-color: #50068E; }

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

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