Html Css Color HEX #48059E Indigo

📋 copy color: '#48059E'

red 72 ◦ green 5 ◦ blue 158

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

Shades of Indigo #48059E

Tints of Indigo #48059E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 67.23%

R = 30.64%
G = 2.13%
B = 67.23%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48059E (or 0x48059E) is known color: Indigo. HEX triplet: 48, 05 and 9E. RGB value is (72,5,158). Sum of RGB (Red+Green+Blue) = 72+5+158=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 158 (62.11% from 255 or 67.23% from 235); Max value from RGB is 158 - color contains mainly: blue. Hex color #48059E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48059E is #B7FA61. Grayscale: #292929. Windows color (decimal): -12057186 or 10356040. OLE color: 10356040.

HSL color Cylindrical-coordinate representation of color #48059E: hue angle of 266.27º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #48059E is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 5 158 -
CMYK 0.54 0.97 0 0.38
HSL 266.27º 0.94% 0.32% -
HSV(B) 266.27º 0.97% 0.62% -
XYZ 8.9 3.95 32.64 -
YUV 42.48 193.2 149.06 -
System Red Green Blue C M Y K H S L
Decimal 72 5 158 0.54 0.97 0 0.38 266.27 0.94 0.32
Hex 48 5 9E 36 61 0 26 10A 5E 20
Octal 110 5 236 66 141 0 46 412 136 40
Binary 1001000 101 10011110 110110 1100001 0 100110 100001010 1011110 100000

Color Harmonies of #48059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48059E

Black with #48059E

Text Example


Text Example

White with #48059E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48059E; }

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

 H1.HeaderClassName
 {
   color: #48059E;
 }
 .AnyTagClassName
 {
   color: #48059E;
 }
</style>

background-color css

<style>
 a { background-color: #48059E; }

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

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

border-color css

<style>
 span { border-color: #48059E; }

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

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