Html Css Color HEX #48127C Indigo

📋 copy color: '#48127C'

red 72 ◦ green 18 ◦ blue 124

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

Shades of Indigo #48127C

Tints of Indigo #48127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.41%

 BLUE value IS 124 (48.83% from 255) = 57.94%

R = 33.64%
G = 8.41%
B = 57.94%

CMYK

 C value IS 0.42

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48127C (or 0x48127C) is known color: Indigo. HEX triplet: 48, 12 and 7C. RGB value is (72,18,124). Sum of RGB (Red+Green+Blue) = 72+18+124=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #48127C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48127C is #B7ED83. Grayscale: #2D2D2D. Windows color (decimal): -12053892 or 8131144. OLE color: 8131144.

HSL color Cylindrical-coordinate representation of color #48127C: hue angle of 270.57º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48127C is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 18 124 -
CMYK 0.42 0.85 0 0.51
HSL 270.57º 0.75% 0.28% -
HSV(B) 270.57º 0.85% 0.49% -
XYZ 6.53 3.27 19.36 -
YUV 46.23 171.89 146.38 -
System Red Green Blue C M Y K H S L
Decimal 72 18 124 0.42 0.85 0 0.51 270.57 0.75 0.28
Hex 48 12 7C 2A 55 0 33 10F 4B 1C
Octal 110 22 174 52 125 0 63 417 113 34
Binary 1001000 10010 1111100 101010 1010101 0 110011 100001111 1001011 11100

Color Harmonies of #48127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48127C

Black with #48127C

Text Example


Text Example

White with #48127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48127C; }

 p { color: rgb(72,18,124); }

 H1.HeaderClassName
 {
   color: #48127C;
 }
 .AnyTagClassName
 {
   color: #48127C;
 }
</style>

background-color css

<style>
 a { background-color: #48127C; }

 a { background-color: rgb(72,18,124); }

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

border-color css

<style>
 span { border-color: #48127C; }

 span { border-color: rgb(72,18,124); }

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