Html Css Color HEX #48016F Indigo

📋 copy color: '#48016F'

red 72 ◦ green 1 ◦ blue 111

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

Shades of Indigo #48016F

Tints of Indigo #48016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 60.33%

R = 39.13%
G = 0.54%
B = 60.33%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#48016F (or 0x48016F) is known color: Indigo. HEX triplet: 48, 01 and 6F. RGB value is (72,1,111). Sum of RGB (Red+Green+Blue) = 72+1+111=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 111 (43.75% from 255 or 60.33% from 184); Max value from RGB is 111 - color contains mainly: blue. Hex color #48016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48016F is #B7FE90. Grayscale: #222222. Windows color (decimal): -12058257 or 7274824. OLE color: 7274824.

HSL color Cylindrical-coordinate representation of color #48016F: hue angle of 278.73º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48016F is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 1 111 -
CMYK 0.35 0.99 0 0.56
HSL 278.73º 0.98% 0.22% -
HSV(B) 278.73º 0.99% 0.44% -
XYZ 5.55 2.55 15.24 -
YUV 34.77 171.02 154.56 -
System Red Green Blue C M Y K H S L
Decimal 72 1 111 0.35 0.99 0 0.56 278.73 0.98 0.22
Hex 48 1 6F 23 63 0 38 117 62 16
Octal 110 1 157 43 143 0 70 427 142 26
Binary 1001000 1 1101111 100011 1100011 0 111000 100010111 1100010 10110

Color Harmonies of #48016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48016F

Black with #48016F

Text Example


Text Example

White with #48016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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