Html Css Color HEX #48178B Indigo

📋 copy color: '#48178B'

red 72 ◦ green 23 ◦ blue 139

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

Shades of Indigo #48178B

Tints of Indigo #48178B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.83%

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

R = 30.77%
G = 9.83%
B = 59.4%

CMYK

 C value IS 0.48

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48178B (or 0x48178B) is known color: Indigo. HEX triplet: 48, 17 and 8B. RGB value is (72,23,139). Sum of RGB (Red+Green+Blue) = 72+23+139=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #48178B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48178B is #B7E874. Grayscale: #323232. Windows color (decimal): -12052597 or 9115464. OLE color: 9115464.

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

Color convert

RGB 72 23 139 -
CMYK 0.48 0.83 0 0.45
HSL 265.34º 0.72% 0.32% -
HSV(B) 265.34º 0.83% 0.55% -
XYZ 7.64 3.85 24.77 -
YUV 50.88 177.73 143.07 -
System Red Green Blue C M Y K H S L
Decimal 72 23 139 0.48 0.83 0 0.45 265.34 0.72 0.32
Hex 48 17 8B 30 53 0 2D 109 48 20
Octal 110 27 213 60 123 0 55 411 110 40
Binary 1001000 10111 10001011 110000 1010011 0 101101 100001001 1001000 100000

Color Harmonies of #48178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48178B

Black with #48178B

Text Example


Text Example

White with #48178B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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