Html Css Color HEX #48076C Indigo

📋 copy color: '#48076C'

red 72 ◦ green 7 ◦ blue 108

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

Shades of Indigo #48076C

Tints of Indigo #48076C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 57.75%

R = 38.5%
G = 3.74%
B = 57.75%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48076C (or 0x48076C) is known color: Indigo. HEX triplet: 48, 07 and 6C. RGB value is (72,7,108). Sum of RGB (Red+Green+Blue) = 72+7+108=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #48076C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48076C is #B7F893. Grayscale: #252525. Windows color (decimal): -12056724 or 7079752. OLE color: 7079752.

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

Color convert

RGB 72 7 108 -
CMYK 0.33 0.94 0 0.58
HSL 278.61º 0.88% 0.23% -
HSV(B) 278.61º 0.94% 0.42% -
XYZ 5.46 2.61 14.4 -
YUV 37.95 167.53 152.29 -
System Red Green Blue C M Y K H S L
Decimal 72 7 108 0.33 0.94 0 0.58 278.61 0.88 0.23
Hex 48 7 6C 21 5E 0 3A 117 58 17
Octal 110 7 154 41 136 0 72 427 130 27
Binary 1001000 111 1101100 100001 1011110 0 111010 100010111 1011000 10111

Color Harmonies of #48076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48076C

Black with #48076C

Text Example


Text Example

White with #48076C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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