Html Css Color HEX #48137F Indigo

📋 copy color: '#48137F'

red 72 ◦ green 19 ◦ blue 127

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

Shades of Indigo #48137F

Tints of Indigo #48137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.72%

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

R = 33.03%
G = 8.72%
B = 58.26%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#48137F (or 0x48137F) is known color: Indigo. HEX triplet: 48, 13 and 7F. RGB value is (72,19,127). Sum of RGB (Red+Green+Blue) = 72+19+127=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #48137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48137F is #B7EC80. Grayscale: #2E2E2E. Windows color (decimal): -12053633 or 8328008. OLE color: 8328008.

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

Color convert

RGB 72 19 127 -
CMYK 0.43 0.85 0 0.50
HSL 269.44º 0.74% 0.29% -
HSV(B) 269.44º 0.85% 0.5% -
XYZ 6.74 3.38 20.38 -
YUV 47.16 173.06 145.72 -
System Red Green Blue C M Y K H S L
Decimal 72 19 127 0.43 0.85 0 0.50 269.44 0.74 0.29
Hex 48 13 7F 2B 55 0 32 10D 4A 1D
Octal 110 23 177 53 125 0 62 415 112 35
Binary 1001000 10011 1111111 101011 1010101 0 110010 100001101 1001010 11101

Color Harmonies of #48137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48137F

Black with #48137F

Text Example


Text Example

White with #48137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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