Html Css Color HEX #48006F Indigo

📋 copy color: '#48006F'

red 72 ◦ green 0 ◦ blue 111

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

Shades of Indigo #48006F

Tints of Indigo #48006F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 39.34%
G = 0%
B = 60.66%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#48006F (or 0x48006F) is known color: Indigo. HEX triplet: 48, 00 and 6F. RGB value is (72,0,111). Sum of RGB (Red+Green+Blue) = 72+0+111=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 111 (43.75% from 255 or 60.66% from 183); Max value from RGB is 111 - color contains mainly: blue. Hex color #48006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48006F is #B7FF90. Grayscale: #212121. Windows color (decimal): -12058513 or 7274568. OLE color: 7274568.

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

Color convert

RGB 72 0 111 -
CMYK 0.35 1 0 0.56
HSL 278.92º 1% 0.22% -
HSV(B) 278.92º 1% 0.44% -
XYZ 5.54 2.53 15.23 -
YUV 34.18 171.35 154.97 -
System Red Green Blue C M Y K H S L
Decimal 72 0 111 0.35 1 0 0.56 278.92 1 0.22
Hex 48 0 6F 23 64 0 38 117 64 16
Octal 110 0 157 43 144 0 70 427 144 26
Binary 1001000 0 1101111 100011 1100100 0 111000 100010111 1100100 10110

Color Harmonies of #48006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48006F

Black with #48006F

Text Example


Text Example

White with #48006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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