Html Css Color HEX #51038B Indigo

📋 copy color: '#51038B'

red 81 ◦ green 3 ◦ blue 139

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

Shades of Indigo #51038B

Tints of Indigo #51038B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 62.33%

R = 36.32%
G = 1.35%
B = 62.33%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51038B (or 0x51038B) is known color: Indigo. HEX triplet: 51, 03 and 8B. RGB value is (81,3,139). Sum of RGB (Red+Green+Blue) = 81+3+139=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 139 (54.69% from 255 or 62.33% from 223); Max value from RGB is 139 - color contains mainly: blue. Hex color #51038B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51038B is #AEFC74. Grayscale: #292929. Windows color (decimal): -11467893 or 9110353. OLE color: 9110353.

HSL color Cylindrical-coordinate representation of color #51038B: hue angle of 274.41º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #51038B is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 3 139 -
CMYK 0.42 0.98 0 0.45
HSL 274.41º 0.96% 0.28% -
HSV(B) 274.41º 0.98% 0.55% -
XYZ 8.09 3.68 24.71 -
YUV 41.83 182.84 155.94 -
System Red Green Blue C M Y K H S L
Decimal 81 3 139 0.42 0.98 0 0.45 274.41 0.96 0.28
Hex 51 3 8B 2A 62 0 2D 112 60 1C
Octal 121 3 213 52 142 0 55 422 140 34
Binary 1010001 11 10001011 101010 1100010 0 101101 100010010 1100000 11100

Color Harmonies of #51038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51038B

Black with #51038B

Text Example


Text Example

White with #51038B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51038B; }

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

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

background-color css

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

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

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

border-color css

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

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

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