Html Css Color HEX #48028B Indigo

📋 copy color: '#48028B'

red 72 ◦ green 2 ◦ blue 139

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

Shades of Indigo #48028B

Tints of Indigo #48028B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

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

R = 33.8%
G = 0.94%
B = 65.26%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48028B (or 0x48028B) is known color: Indigo. HEX triplet: 48, 02 and 8B. RGB value is (72,2,139). Sum of RGB (Red+Green+Blue) = 72+2+139=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 139 (54.69% from 255 or 65.26% from 213); Max value from RGB is 139 - color contains mainly: blue. Hex color #48028B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48028B is #B7FD74. Grayscale: #262626. Windows color (decimal): -12057973 or 9110088. OLE color: 9110088.

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

Color convert

RGB 72 2 139 -
CMYK 0.48 0.99 0 0.45
HSL 270.66º 0.97% 0.28% -
HSV(B) 270.66º 0.99% 0.55% -
XYZ 7.35 3.29 24.67 -
YUV 38.55 184.69 151.86 -
System Red Green Blue C M Y K H S L
Decimal 72 2 139 0.48 0.99 0 0.45 270.66 0.97 0.28
Hex 48 2 8B 30 63 0 2D 10F 61 1C
Octal 110 2 213 60 143 0 55 417 141 34
Binary 1001000 10 10001011 110000 1100011 0 101101 100001111 1100001 11100

Color Harmonies of #48028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48028B

Black with #48028B

Text Example


Text Example

White with #48028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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