Html Css Color HEX #48007C Indigo

📋 copy color: '#48007C'

red 72 ◦ green 0 ◦ blue 124

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

Shades of Indigo #48007C

Tints of Indigo #48007C

RGB

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

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

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

R = 36.73%
G = 0%
B = 63.27%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48007C (or 0x48007C) is known color: Indigo. HEX triplet: 48, 00 and 7C. RGB value is (72,0,124). Sum of RGB (Red+Green+Blue) = 72+0+124=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #48007C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48007C is #B7FF83. Grayscale: #232323. Windows color (decimal): -12058500 or 8126536. OLE color: 8126536.

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

Color convert

RGB 72 0 124 -
CMYK 0.42 1 0 0.51
HSL 274.84º 1% 0.24% -
HSV(B) 274.84º 1% 0.49% -
XYZ 6.31 2.83 19.28 -
YUV 35.66 177.85 153.92 -
System Red Green Blue C M Y K H S L
Decimal 72 0 124 0.42 1 0 0.51 274.84 1 0.24
Hex 48 0 7C 2A 64 0 33 113 64 18
Octal 110 0 174 52 144 0 63 423 144 30
Binary 1001000 0 1111100 101010 1100100 0 110011 100010011 1100100 11000

Color Harmonies of #48007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48007C

Black with #48007C

Text Example


Text Example

White with #48007C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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