Html Css Color HEX #48086D Indigo

📋 copy color: '#48086D'

red 72 ◦ green 8 ◦ blue 109

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

Shades of Indigo #48086D

Tints of Indigo #48086D

RGB

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

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

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

R = 38.1%
G = 4.23%
B = 57.67%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48086D (or 0x48086D) is known color: Indigo. HEX triplet: 48, 08 and 6D. RGB value is (72,8,109). Sum of RGB (Red+Green+Blue) = 72+8+109=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 109 (42.97% from 255 or 57.67% from 189); Max value from RGB is 109 - color contains mainly: blue. Hex color #48086D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48086D is #B7F792. Grayscale: #262626. Windows color (decimal): -12056467 or 7145544. OLE color: 7145544.

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

Color convert

RGB 72 8 109 -
CMYK 0.34 0.93 0 0.57
HSL 278.02º 0.86% 0.23% -
HSV(B) 278.02º 0.93% 0.43% -
XYZ 5.52 2.66 14.69 -
YUV 38.65 167.7 151.79 -
System Red Green Blue C M Y K H S L
Decimal 72 8 109 0.34 0.93 0 0.57 278.02 0.86 0.23
Hex 48 8 6D 22 5D 0 39 116 56 17
Octal 110 10 155 42 135 0 71 426 126 27
Binary 1001000 1000 1101101 100010 1011101 0 111001 100010110 1010110 10111

Color Harmonies of #48086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48086D

Black with #48086D

Text Example


Text Example

White with #48086D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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