Html Css Color HEX #510183 Indigo

📋 copy color: '#510183'

red 81 ◦ green 1 ◦ blue 131

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

Shades of Indigo #510183

Tints of Indigo #510183

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 131 (51.56% from 255) = 61.5%

R = 38.03%
G = 0.47%
B = 61.5%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#510183 (or 0x510183) is known color: Indigo. HEX triplet: 51, 01 and 83. RGB value is (81,1,131). Sum of RGB (Red+Green+Blue) = 81+1+131=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 131 (51.56% from 255 or 61.50% from 213); Max value from RGB is 131 - color contains mainly: blue. Hex color #510183 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510183 is #AEFE7C. Grayscale: #272727. Windows color (decimal): -11468413 or 8585553. OLE color: 8585553.

HSL color Cylindrical-coordinate representation of color #510183: hue angle of 276.92º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510183 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 1 131 -
CMYK 0.38 0.99 0 0.49
HSL 276.92º 0.98% 0.26% -
HSV(B) 276.92º 0.99% 0.51% -
XYZ 7.5 3.41 21.74 -
YUV 39.74 179.5 157.43 -
System Red Green Blue C M Y K H S L
Decimal 81 1 131 0.38 0.99 0 0.49 276.92 0.98 0.26
Hex 51 1 83 26 63 0 31 115 62 1A
Octal 121 1 203 46 143 0 61 425 142 32
Binary 1010001 1 10000011 100110 1100011 0 110001 100010101 1100010 11010

Color Harmonies of #510183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510183

Black with #510183

Text Example


Text Example

White with #510183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510183; }

 p { color: rgb(81,1,131); }

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

background-color css

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

 a { background-color: rgb(81,1,131); }

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

border-color css

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

 span { border-color: rgb(81,1,131); }

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