Html Css Color HEX #48097F Indigo

📋 copy color: '#48097F'

red 72 ◦ green 9 ◦ blue 127

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

Shades of Indigo #48097F

Tints of Indigo #48097F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.33%

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

R = 34.62%
G = 4.33%
B = 61.06%

CMYK

 C value IS 0.43

 M value IS 0.93

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#48097F (or 0x48097F) is known color: Indigo. HEX triplet: 48, 09 and 7F. RGB value is (72,9,127). Sum of RGB (Red+Green+Blue) = 72+9+127=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 127 (50% from 255 or 61.06% from 208); Max value from RGB is 127 - color contains mainly: blue. Hex color #48097F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48097F is #B7F680. Grayscale: #282828. Windows color (decimal): -12056193 or 8325448. OLE color: 8325448.

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

Color convert

RGB 72 9 127 -
CMYK 0.43 0.93 0 0.50
HSL 272.03º 0.87% 0.27% -
HSV(B) 272.03º 0.93% 0.5% -
XYZ 6.6 3.11 20.33 -
YUV 41.29 176.37 149.91 -
System Red Green Blue C M Y K H S L
Decimal 72 9 127 0.43 0.93 0 0.50 272.03 0.87 0.27
Hex 48 9 7F 2B 5D 0 32 110 57 1B
Octal 110 11 177 53 135 0 62 420 127 33
Binary 1001000 1001 1111111 101011 1011101 0 110010 100010000 1010111 11011

Color Harmonies of #48097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48097F

Black with #48097F

Text Example


Text Example

White with #48097F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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