Html Css Color HEX #48016A Indigo

📋 copy color: '#48016A'

red 72 ◦ green 1 ◦ blue 106

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

Shades of Indigo #48016A

Tints of Indigo #48016A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

 BLUE value IS 106 (41.8% from 255) = 59.22%

R = 40.22%
G = 0.56%
B = 59.22%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48016A (or 0x48016A) is known color: Indigo. HEX triplet: 48, 01 and 6A. RGB value is (72,1,106). Sum of RGB (Red+Green+Blue) = 72+1+106=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 106 (41.80% from 255 or 59.22% from 179); Max value from RGB is 106 - color contains mainly: blue. Hex color #48016A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48016A is #B7FE95. Grayscale: #212121. Windows color (decimal): -12058262 or 6947144. OLE color: 6947144.

HSL color Cylindrical-coordinate representation of color #48016A: hue angle of 280.57º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48016A is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 1 106 -
CMYK 0.32 0.99 0 0.58
HSL 280.57º 0.98% 0.21% -
HSV(B) 280.57º 0.99% 0.42% -
XYZ 5.28 2.44 13.83 -
YUV 34.2 168.52 154.96 -
System Red Green Blue C M Y K H S L
Decimal 72 1 106 0.32 0.99 0 0.58 280.57 0.98 0.21
Hex 48 1 6A 20 63 0 3A 119 62 15
Octal 110 1 152 40 143 0 72 431 142 25
Binary 1001000 1 1101010 100000 1100011 0 111010 100011001 1100010 10101

Color Harmonies of #48016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48016A

Black with #48016A

Text Example


Text Example

White with #48016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48016A; }

 p { color: rgb(72,1,106); }

 H1.HeaderClassName
 {
   color: #48016A;
 }
 .AnyTagClassName
 {
   color: #48016A;
 }
</style>

background-color css

<style>
 a { background-color: #48016A; }

 a { background-color: rgb(72,1,106); }

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

border-color css

<style>
 span { border-color: #48016A; }

 span { border-color: rgb(72,1,106); }

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