Html Css Color HEX #48086F Indigo

📋 copy color: '#48086F'

red 72 ◦ green 8 ◦ blue 111

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

Shades of Indigo #48086F

Tints of Indigo #48086F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.19%

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

R = 37.7%
G = 4.19%
B = 58.12%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#48086F (or 0x48086F) is known color: Indigo. HEX triplet: 48, 08 and 6F. RGB value is (72,8,111). Sum of RGB (Red+Green+Blue) = 72+8+111=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 111 (43.75% from 255 or 58.12% from 191); Max value from RGB is 111 - color contains mainly: blue. Hex color #48086F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48086F is #B7F790. Grayscale: #262626. Windows color (decimal): -12056465 or 7276616. OLE color: 7276616.

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

Color convert

RGB 72 8 111 -
CMYK 0.35 0.93 0 0.56
HSL 277.28º 0.87% 0.23% -
HSV(B) 277.28º 0.93% 0.44% -
XYZ 5.63 2.7 15.26 -
YUV 38.88 168.7 151.62 -
System Red Green Blue C M Y K H S L
Decimal 72 8 111 0.35 0.93 0 0.56 277.28 0.87 0.23
Hex 48 8 6F 23 5D 0 38 115 57 17
Octal 110 10 157 43 135 0 70 425 127 27
Binary 1001000 1000 1101111 100011 1011101 0 111000 100010101 1010111 10111

Color Harmonies of #48086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48086F

Black with #48086F

Text Example


Text Example

White with #48086F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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