Html Css Color HEX #48008C Indigo

📋 copy color: '#48008C'

red 72 ◦ green 0 ◦ blue 140

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

Shades of Indigo #48008C

Tints of Indigo #48008C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 66.04%

R = 33.96%
G = 0%
B = 66.04%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48008C (or 0x48008C) is known color: Indigo. HEX triplet: 48, 00 and 8C. RGB value is (72,0,140). Sum of RGB (Red+Green+Blue) = 72+0+140=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 140 (55.08% from 255 or 66.04% from 212); Max value from RGB is 140 - color contains mainly: blue. Hex color #48008C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48008C is #B7FF73. Grayscale: #252525. Windows color (decimal): -12058484 or 9175112. OLE color: 9175112.

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

Color convert

RGB 72 0 140 -
CMYK 0.49 1 0 0.45
HSL 270.86º 1% 0.27% -
HSV(B) 270.86º 1% 0.55% -
XYZ 7.41 3.27 25.05 -
YUV 37.49 185.85 152.62 -
System Red Green Blue C M Y K H S L
Decimal 72 0 140 0.49 1 0 0.45 270.86 1 0.27
Hex 48 0 8C 31 64 0 2D 10F 64 1B
Octal 110 0 214 61 144 0 55 417 144 33
Binary 1001000 0 10001100 110001 1100100 0 101101 100001111 1100100 11011

Color Harmonies of #48008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48008C

Black with #48008C

Text Example


Text Example

White with #48008C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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