Html Css Color HEX #48046F Indigo

📋 copy color: '#48046F'

red 72 ◦ green 4 ◦ blue 111

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

Shades of Indigo #48046F

Tints of Indigo #48046F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.14%

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

R = 38.5%
G = 2.14%
B = 59.36%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#48046F (or 0x48046F) is known color: Indigo. HEX triplet: 48, 04 and 6F. RGB value is (72,4,111). Sum of RGB (Red+Green+Blue) = 72+4+111=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 111 (43.75% from 255 or 59.36% from 187); Max value from RGB is 111 - color contains mainly: blue. Hex color #48046F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48046F is #B7FB90. Grayscale: #242424. Windows color (decimal): -12057489 or 7275592. OLE color: 7275592.

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

Color convert

RGB 72 4 111 -
CMYK 0.35 0.96 0 0.56
HSL 278.13º 0.93% 0.23% -
HSV(B) 278.13º 0.96% 0.44% -
XYZ 5.59 2.61 15.25 -
YUV 36.53 170.03 153.3 -
System Red Green Blue C M Y K H S L
Decimal 72 4 111 0.35 0.96 0 0.56 278.13 0.93 0.23
Hex 48 4 6F 23 60 0 38 116 5D 17
Octal 110 4 157 43 140 0 70 426 135 27
Binary 1001000 100 1101111 100011 1100000 0 111000 100010110 1011101 10111

Color Harmonies of #48046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48046F

Black with #48046F

Text Example


Text Example

White with #48046F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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