Html Css Color HEX #510094 Indigo

📋 copy color: '#510094'

red 81 ◦ green 0 ◦ blue 148

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

Shades of Indigo #510094

Tints of Indigo #510094

RGB

 RED value IS 81 (32.03% from 255) = 35.37%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 148 (58.2% from 255) = 64.63%

R = 35.37%
G = 0%
B = 64.63%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#510094 (or 0x510094) is known color: Indigo. HEX triplet: 51, 00 and 94. RGB value is (81,0,148). Sum of RGB (Red+Green+Blue) = 81+0+148=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 148 (58.20% from 255 or 64.63% from 229); Max value from RGB is 148 - color contains mainly: blue. Hex color #510094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510094 is #AEFF6B. Grayscale: #282828. Windows color (decimal): -11468652 or 9699409. OLE color: 9699409.

HSL color Cylindrical-coordinate representation of color #510094: hue angle of 272.84º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #510094 is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 0 148 -
CMYK 0.45 1 0 0.42
HSL 272.84º 1% 0.29% -
HSV(B) 272.84º 1% 0.58% -
XYZ 8.74 3.89 28.31 -
YUV 41.09 188.34 156.47 -
System Red Green Blue C M Y K H S L
Decimal 81 0 148 0.45 1 0 0.42 272.84 1 0.29
Hex 51 0 94 2D 64 0 2A 111 64 1D
Octal 121 0 224 55 144 0 52 421 144 35
Binary 1010001 0 10010100 101101 1100100 0 101010 100010001 1100100 11101

Color Harmonies of #510094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510094

Black with #510094

Text Example


Text Example

White with #510094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510094; }

 p { color: rgb(81,0,148); }

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

background-color css

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

 a { background-color: rgb(81,0,148); }

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

border-color css

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

 span { border-color: rgb(81,0,148); }

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