Html Css Color HEX #48047D Indigo

📋 copy color: '#48047D'

red 72 ◦ green 4 ◦ blue 125

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

Shades of Indigo #48047D

Tints of Indigo #48047D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 62.19%

R = 35.82%
G = 1.99%
B = 62.19%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48047D (or 0x48047D) is known color: Indigo. HEX triplet: 48, 04 and 7D. RGB value is (72,4,125). Sum of RGB (Red+Green+Blue) = 72+4+125=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 125 (49.22% from 255 or 62.19% from 201); Max value from RGB is 125 - color contains mainly: blue. Hex color #48047D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48047D is #B7FB82. Grayscale: #252525. Windows color (decimal): -12057475 or 8193096. OLE color: 8193096.

HSL color Cylindrical-coordinate representation of color #48047D: hue angle of 273.72º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #48047D is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 4 125 -
CMYK 0.42 0.97 0 0.51
HSL 273.72º 0.94% 0.25% -
HSV(B) 273.72º 0.97% 0.49% -
XYZ 6.42 2.95 19.63 -
YUV 38.13 177.03 152.16 -
System Red Green Blue C M Y K H S L
Decimal 72 4 125 0.42 0.97 0 0.51 273.72 0.94 0.25
Hex 48 4 7D 2A 61 0 33 112 5E 19
Octal 110 4 175 52 141 0 63 422 136 31
Binary 1001000 100 1111101 101010 1100001 0 110011 100010010 1011110 11001

Color Harmonies of #48047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48047D

Black with #48047D

Text Example


Text Example

White with #48047D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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