Html Css Color HEX #48089B Indigo

📋 copy color: '#48089B'

red 72 ◦ green 8 ◦ blue 155

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

Shades of Indigo #48089B

Tints of Indigo #48089B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.4%

 BLUE value IS 155 (60.94% from 255) = 65.96%

R = 30.64%
G = 3.4%
B = 65.96%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48089B (or 0x48089B) is known color: Indigo. HEX triplet: 48, 08 and 9B. RGB value is (72,8,155). Sum of RGB (Red+Green+Blue) = 72+8+155=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 155 (60.94% from 255 or 65.96% from 235); Max value from RGB is 155 - color contains mainly: blue. Hex color #48089B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48089B is #B7F764. Grayscale: #2B2B2B. Windows color (decimal): -12056421 or 10160200. OLE color: 10160200.

HSL color Cylindrical-coordinate representation of color #48089B: hue angle of 266.12º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #48089B is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 72 8 155 -
CMYK 0.54 0.95 0 0.39
HSL 266.12º 0.9% 0.32% -
HSV(B) 266.12º 0.95% 0.61% -
XYZ 8.68 3.92 31.31 -
YUV 43.89 190.7 148.05 -
System Red Green Blue C M Y K H S L
Decimal 72 8 155 0.54 0.95 0 0.39 266.12 0.9 0.32
Hex 48 8 9B 36 5F 0 27 10A 5A 20
Octal 110 10 233 66 137 0 47 412 132 40
Binary 1001000 1000 10011011 110110 1011111 0 100111 100001010 1011010 100000

Color Harmonies of #48089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48089B

Black with #48089B

Text Example


Text Example

White with #48089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,8,155); }

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

background-color css

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

 a { background-color: rgb(72,8,155); }

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

border-color css

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

 span { border-color: rgb(72,8,155); }

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