Html Css Color HEX #48136D Indigo

📋 copy color: '#48136D'

red 72 ◦ green 19 ◦ blue 109

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

Shades of Indigo #48136D

Tints of Indigo #48136D

RGB

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

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

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

R = 36%
G = 9.5%
B = 54.5%

CMYK

 C value IS 0.34

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48136D (or 0x48136D) is known color: Indigo. HEX triplet: 48, 13 and 6D. RGB value is (72,19,109). Sum of RGB (Red+Green+Blue) = 72+19+109=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #48136D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48136D is #B7EC92. Grayscale: #2C2C2C. Windows color (decimal): -12053651 or 7148360. OLE color: 7148360.

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

Color convert

RGB 72 19 109 -
CMYK 0.34 0.83 0 0.57
HSL 275.33º 0.7% 0.25% -
HSV(B) 275.33º 0.83% 0.43% -
XYZ 5.67 2.95 14.74 -
YUV 45.11 164.06 147.18 -
System Red Green Blue C M Y K H S L
Decimal 72 19 109 0.34 0.83 0 0.57 275.33 0.7 0.25
Hex 48 13 6D 22 53 0 39 113 46 19
Octal 110 23 155 42 123 0 71 423 106 31
Binary 1001000 10011 1101101 100010 1010011 0 111001 100010011 1000110 11001

Color Harmonies of #48136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48136D

Black with #48136D

Text Example


Text Example

White with #48136D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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