Html Css Color HEX #48055D Indigo

📋 copy color: '#48055D'

red 72 ◦ green 5 ◦ blue 93

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

Shades of Indigo #48055D

Tints of Indigo #48055D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.94%

 BLUE value IS 93 (36.72% from 255) = 54.71%

R = 42.35%
G = 2.94%
B = 54.71%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48055D (or 0x48055D) is known color: Indigo. HEX triplet: 48, 05 and 5D. RGB value is (72,5,93). Sum of RGB (Red+Green+Blue) = 72+5+93=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #48055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48055D is #B7FAA2. Grayscale: #222222. Windows color (decimal): -12057251 or 6096200. OLE color: 6096200.

HSL color Cylindrical-coordinate representation of color #48055D: hue angle of 285.68º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #48055D is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 5 93 -
CMYK 0.23 0.95 0 0.64
HSL 285.68º 0.9% 0.19% -
HSV(B) 285.68º 0.95% 0.36% -
XYZ 4.7 2.28 10.55 -
YUV 35.07 160.7 154.34 -
System Red Green Blue C M Y K H S L
Decimal 72 5 93 0.23 0.95 0 0.64 285.68 0.9 0.19
Hex 48 5 5D 17 5F 0 40 11E 5A 13
Octal 110 5 135 27 137 0 100 436 132 23
Binary 1001000 101 1011101 10111 1011111 0 1000000 100011110 1011010 10011

Color Harmonies of #48055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48055D

Black with #48055D

Text Example


Text Example

White with #48055D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,5,93); }

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

background-color css

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

 a { background-color: rgb(72,5,93); }

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

border-color css

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

 span { border-color: rgb(72,5,93); }

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