Html Css Color HEX #510275 Indigo

📋 copy color: '#510275'

red 81 ◦ green 2 ◦ blue 117

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

Shades of Indigo #510275

Tints of Indigo #510275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

 BLUE value IS 117 (46.09% from 255) = 58.5%

R = 40.5%
G = 1%
B = 58.5%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#510275 (or 0x510275) is known color: Indigo. HEX triplet: 51, 02 and 75. RGB value is (81,2,117). Sum of RGB (Red+Green+Blue) = 81+2+117=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #510275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510275 is #AEFD8A. Grayscale: #262626. Windows color (decimal): -11468171 or 7668305. OLE color: 7668305.

HSL color Cylindrical-coordinate representation of color #510275: hue angle of 281.22º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #510275 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 2 117 -
CMYK 0.31 0.98 0 0.54
HSL 281.22º 0.97% 0.23% -
HSV(B) 281.22º 0.98% 0.46% -
XYZ 6.63 3.08 17.07 -
YUV 38.73 172.17 158.15 -
System Red Green Blue C M Y K H S L
Decimal 81 2 117 0.31 0.98 0 0.54 281.22 0.97 0.23
Hex 51 2 75 1F 62 0 36 119 61 17
Octal 121 2 165 37 142 0 66 431 141 27
Binary 1010001 10 1110101 11111 1100010 0 110110 100011001 1100001 10111

Color Harmonies of #510275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510275

Black with #510275

Text Example


Text Example

White with #510275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510275; }

 p { color: rgb(81,2,117); }

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

background-color css

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

 a { background-color: rgb(81,2,117); }

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

border-color css

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

 span { border-color: rgb(81,2,117); }

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