Html Css Color HEX #48076F Indigo

📋 copy color: '#48076F'

red 72 ◦ green 7 ◦ blue 111

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

Shades of Indigo #48076F

Tints of Indigo #48076F

RGB

 RED value IS 72 (28.52% from 255) = 37.89%

 GREEN value IS 7 (3.13% from 255) = 3.68%

 BLUE value IS 111 (43.75% from 255) = 58.42%

R = 37.89%
G = 3.68%
B = 58.42%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#48076F (or 0x48076F) is known color: Indigo. HEX triplet: 48, 07 and 6F. RGB value is (72,7,111). Sum of RGB (Red+Green+Blue) = 72+7+111=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 111 (43.75% from 255 or 58.42% from 190); Max value from RGB is 111 - color contains mainly: blue. Hex color #48076F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48076F is #B7F890. Grayscale: #252525. Windows color (decimal): -12056721 or 7276360. OLE color: 7276360.

HSL color Cylindrical-coordinate representation of color #48076F: hue angle of 277.5º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #48076F is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 7 111 -
CMYK 0.35 0.94 0 0.56
HSL 277.5º 0.88% 0.23% -
HSV(B) 277.5º 0.94% 0.44% -
XYZ 5.62 2.68 15.26 -
YUV 38.29 169.03 152.04 -
System Red Green Blue C M Y K H S L
Decimal 72 7 111 0.35 0.94 0 0.56 277.5 0.88 0.23
Hex 48 7 6F 23 5E 0 38 116 58 17
Octal 110 7 157 43 136 0 70 426 130 27
Binary 1001000 111 1101111 100011 1011110 0 111000 100010110 1011000 10111

Color Harmonies of #48076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48076F

Black with #48076F

Text Example


Text Example

White with #48076F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48076F; }

 p { color: rgb(72,7,111); }

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

background-color css

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

 a { background-color: rgb(72,7,111); }

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

border-color css

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

 span { border-color: rgb(72,7,111); }

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