Html Css Color HEX #48077F Indigo

📋 copy color: '#48077F'

red 72 ◦ green 7 ◦ blue 127

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

Shades of Indigo #48077F

Tints of Indigo #48077F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 61.65%

R = 34.95%
G = 3.4%
B = 61.65%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#48077F (or 0x48077F) is known color: Indigo. HEX triplet: 48, 07 and 7F. RGB value is (72,7,127). Sum of RGB (Red+Green+Blue) = 72+7+127=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 127 (50% from 255 or 61.65% from 206); Max value from RGB is 127 - color contains mainly: blue. Hex color #48077F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48077F is #B7F880. Grayscale: #272727. Windows color (decimal): -12056705 or 8324936. OLE color: 8324936.

HSL color Cylindrical-coordinate representation of color #48077F: hue angle of 272.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #48077F is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 72 7 127 -
CMYK 0.43 0.94 0 0.50
HSL 272.5º 0.9% 0.26% -
HSV(B) 272.5º 0.94% 0.5% -
XYZ 6.58 3.06 20.32 -
YUV 40.12 177.03 150.74 -
System Red Green Blue C M Y K H S L
Decimal 72 7 127 0.43 0.94 0 0.50 272.5 0.9 0.26
Hex 48 7 7F 2B 5E 0 32 110 5A 1A
Octal 110 7 177 53 136 0 62 420 132 32
Binary 1001000 111 1111111 101011 1011110 0 110010 100010000 1011010 11010

Color Harmonies of #48077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48077F

Black with #48077F

Text Example


Text Example

White with #48077F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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