Html Css Color HEX #48058B Indigo

📋 copy color: '#48058B'

red 72 ◦ green 5 ◦ blue 139

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

Shades of Indigo #48058B

Tints of Indigo #48058B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 64.35%

R = 33.33%
G = 2.31%
B = 64.35%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48058B (or 0x48058B) is known color: Indigo. HEX triplet: 48, 05 and 8B. RGB value is (72,5,139). Sum of RGB (Red+Green+Blue) = 72+5+139=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 139 (54.69% from 255 or 64.35% from 216); Max value from RGB is 139 - color contains mainly: blue. Hex color #48058B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48058B is #B7FA74. Grayscale: #272727. Windows color (decimal): -12057205 or 9110856. OLE color: 9110856.

HSL color Cylindrical-coordinate representation of color #48058B: hue angle of 270º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48058B is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 5 139 -
CMYK 0.48 0.96 0 0.45
HSL 270º 0.93% 0.28% -
HSV(B) 270º 0.96% 0.55% -
XYZ 7.39 3.35 24.68 -
YUV 40.31 183.7 150.6 -
System Red Green Blue C M Y K H S L
Decimal 72 5 139 0.48 0.96 0 0.45 270 0.93 0.28
Hex 48 5 8B 30 60 0 2D 10E 5D 1C
Octal 110 5 213 60 140 0 55 416 135 34
Binary 1001000 101 10001011 110000 1100000 0 101101 100001110 1011101 11100

Color Harmonies of #48058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48058B

Black with #48058B

Text Example


Text Example

White with #48058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48058B; }

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

 H1.HeaderClassName
 {
   color: #48058B;
 }
 .AnyTagClassName
 {
   color: #48058B;
 }
</style>

background-color css

<style>
 a { background-color: #48058B; }

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

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

border-color css

<style>
 span { border-color: #48058B; }

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

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