Html Css Color HEX #48059F Indigo

📋 copy color: '#48059F'

red 72 ◦ green 5 ◦ blue 159

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

Shades of Indigo #48059F

Tints of Indigo #48059F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 67.37%

R = 30.51%
G = 2.12%
B = 67.37%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48059F (or 0x48059F) is known color: Indigo. HEX triplet: 48, 05 and 9F. RGB value is (72,5,159). Sum of RGB (Red+Green+Blue) = 72+5+159=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 159 (62.5% from 255 or 67.37% from 236); Max value from RGB is 159 - color contains mainly: blue. Hex color #48059F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48059F is #B7FA60. Grayscale: #2A2A2A. Windows color (decimal): -12057185 or 10421576. OLE color: 10421576.

HSL color Cylindrical-coordinate representation of color #48059F: hue angle of 266.1º 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 #48059F is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 5 159 -
CMYK 0.55 0.97 0 0.38
HSL 266.1º 0.94% 0.32% -
HSV(B) 266.1º 0.97% 0.62% -
XYZ 8.98 3.99 33.1 -
YUV 42.59 193.7 148.98 -
System Red Green Blue C M Y K H S L
Decimal 72 5 159 0.55 0.97 0 0.38 266.1 0.94 0.32
Hex 48 5 9F 37 61 0 26 10A 5E 20
Octal 110 5 237 67 141 0 46 412 136 40
Binary 1001000 101 10011111 110111 1100001 0 100110 100001010 1011110 100000

Color Harmonies of #48059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48059F

Black with #48059F

Text Example


Text Example

White with #48059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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