Html Css Color HEX #48129F Indigo

📋 copy color: '#48129F'

red 72 ◦ green 18 ◦ blue 159

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

Shades of Indigo #48129F

Tints of Indigo #48129F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

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

R = 28.92%
G = 7.23%
B = 63.86%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48129F (or 0x48129F) is known color: Indigo. HEX triplet: 48, 12 and 9F. RGB value is (72,18,159). Sum of RGB (Red+Green+Blue) = 72+18+159=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #48129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48129F is #B7ED60. Grayscale: #313131. Windows color (decimal): -12053857 or 10424904. OLE color: 10424904.

HSL color Cylindrical-coordinate representation of color #48129F: hue angle of 262.98º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48129F is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 18 159 -
CMYK 0.55 0.89 0 0.38
HSL 262.98º 0.8% 0.35% -
HSV(B) 262.98º 0.89% 0.62% -
XYZ 9.15 4.31 33.15 -
YUV 50.22 189.39 143.54 -
System Red Green Blue C M Y K H S L
Decimal 72 18 159 0.55 0.89 0 0.38 262.98 0.8 0.35
Hex 48 12 9F 37 59 0 26 107 50 23
Octal 110 22 237 67 131 0 46 407 120 43
Binary 1001000 10010 10011111 110111 1011001 0 100110 100000111 1010000 100011

Color Harmonies of #48129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48129F

Black with #48129F

Text Example


Text Example

White with #48129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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