Html Css Color HEX #48007F Indigo

📋 copy color: '#48007F'

red 72 ◦ green 0 ◦ blue 127

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

Shades of Indigo #48007F

Tints of Indigo #48007F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 63.82%

R = 36.18%
G = 0%
B = 63.82%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#48007F (or 0x48007F) is known color: Indigo. HEX triplet: 48, 00 and 7F. RGB value is (72,0,127). Sum of RGB (Red+Green+Blue) = 72+0+127=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 127 (50% from 255 or 63.82% from 199); Max value from RGB is 127 - color contains mainly: blue. Hex color #48007F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48007F is #B7FF80. Grayscale: #232323. Windows color (decimal): -12058497 or 8323144. OLE color: 8323144.

HSL color Cylindrical-coordinate representation of color #48007F: hue angle of 274.02º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48007F is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 72 0 127 -
CMYK 0.43 1 0 0.50
HSL 274.02º 1% 0.25% -
HSV(B) 274.02º 1% 0.5% -
XYZ 6.5 2.91 20.3 -
YUV 36.01 179.35 153.67 -
System Red Green Blue C M Y K H S L
Decimal 72 0 127 0.43 1 0 0.50 274.02 1 0.25
Hex 48 0 7F 2B 64 0 32 112 64 19
Octal 110 0 177 53 144 0 62 422 144 31
Binary 1001000 0 1111111 101011 1100100 0 110010 100010010 1100100 11001

Color Harmonies of #48007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48007F

Black with #48007F

Text Example


Text Example

White with #48007F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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