Html Css Color HEX #510093 Indigo

📋 copy color: '#510093'

red 81 ◦ green 0 ◦ blue 147

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

Shades of Indigo #510093

Tints of Indigo #510093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 64.47%

R = 35.53%
G = 0%
B = 64.47%

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

#510093 (or 0x510093) is known color: Indigo. HEX triplet: 51, 00 and 93. RGB value is (81,0,147). Sum of RGB (Red+Green+Blue) = 81+0+147=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 147 (57.81% from 255 or 64.47% from 228); Max value from RGB is 147 - color contains mainly: blue. Hex color #510093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510093 is #AEFF6C. Grayscale: #282828. Windows color (decimal): -11468653 or 9633873. OLE color: 9633873.

HSL color Cylindrical-coordinate representation of color #510093: hue angle of 273.06º 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 #510093 is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 0 147 -
CMYK 0.45 1 0 0.42
HSL 273.06º 1% 0.29% -
HSV(B) 273.06º 1% 0.58% -
XYZ 8.66 3.86 27.89 -
YUV 40.98 187.84 156.55 -
System Red Green Blue C M Y K H S L
Decimal 81 0 147 0.45 1 0 0.42 273.06 1 0.29
Hex 51 0 93 2D 64 0 2A 111 64 1D
Octal 121 0 223 55 144 0 52 421 144 35
Binary 1010001 0 10010011 101101 1100100 0 101010 100010001 1100100 11101

Color Harmonies of #510093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510093

Black with #510093

Text Example


Text Example

White with #510093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510093; }

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

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

background-color css

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

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

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

border-color css

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

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

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