Html Css Color HEX #48076D Indigo

📋 copy color: '#48076D'

red 72 ◦ green 7 ◦ blue 109

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

Shades of Indigo #48076D

Tints of Indigo #48076D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 57.98%

R = 38.3%
G = 3.72%
B = 57.98%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48076D (or 0x48076D) is known color: Indigo. HEX triplet: 48, 07 and 6D. RGB value is (72,7,109). Sum of RGB (Red+Green+Blue) = 72+7+109=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #48076D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48076D is #B7F892. Grayscale: #252525. Windows color (decimal): -12056723 or 7145288. OLE color: 7145288.

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

Color convert

RGB 72 7 109 -
CMYK 0.34 0.94 0 0.57
HSL 278.24º 0.88% 0.23% -
HSV(B) 278.24º 0.94% 0.43% -
XYZ 5.51 2.63 14.69 -
YUV 38.06 168.03 152.21 -
System Red Green Blue C M Y K H S L
Decimal 72 7 109 0.34 0.94 0 0.57 278.24 0.88 0.23
Hex 48 7 6D 22 5E 0 39 116 58 17
Octal 110 7 155 42 136 0 71 426 130 27
Binary 1001000 111 1101101 100010 1011110 0 111001 100010110 1011000 10111

Color Harmonies of #48076D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48076D

Black with #48076D

Text Example


Text Example

White with #48076D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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