Html Css Color HEX #510375 Indigo

📋 copy color: '#510375'

red 81 ◦ green 3 ◦ blue 117

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

Shades of Indigo #510375

Tints of Indigo #510375

RGB

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

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

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

R = 40.3%
G = 1.49%
B = 58.21%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#510375 (or 0x510375) is known color: Indigo. HEX triplet: 51, 03 and 75. RGB value is (81,3,117). Sum of RGB (Red+Green+Blue) = 81+3+117=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #510375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510375 is #AEFC8A. Grayscale: #262626. Windows color (decimal): -11467915 or 7668561. OLE color: 7668561.

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

Color convert

RGB 81 3 117 -
CMYK 0.31 0.97 0 0.54
HSL 281.05º 0.95% 0.24% -
HSV(B) 281.05º 0.97% 0.46% -
XYZ 6.64 3.1 17.08 -
YUV 39.32 171.84 157.73 -
System Red Green Blue C M Y K H S L
Decimal 81 3 117 0.31 0.97 0 0.54 281.05 0.95 0.24
Hex 51 3 75 1F 61 0 36 119 5F 18
Octal 121 3 165 37 141 0 66 431 137 30
Binary 1010001 11 1110101 11111 1100001 0 110110 100011001 1011111 11000

Color Harmonies of #510375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510375

Black with #510375

Text Example


Text Example

White with #510375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510375; }

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

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

background-color css

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

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

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

border-color css

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

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

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