Html Css Color HEX #48006D Indigo

📋 copy color: '#48006D'

red 72 ◦ green 0 ◦ blue 109

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

Shades of Indigo #48006D

Tints of Indigo #48006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 60.22%

R = 39.78%
G = 0%
B = 60.22%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48006D (or 0x48006D) is known color: Indigo. HEX triplet: 48, 00 and 6D. RGB value is (72,0,109). Sum of RGB (Red+Green+Blue) = 72+0+109=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #48006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48006D is #B7FF92. Grayscale: #212121. Windows color (decimal): -12058515 or 7143496. OLE color: 7143496.

HSL color Cylindrical-coordinate representation of color #48006D: hue angle of 279.63º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48006D is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 0 109 -
CMYK 0.34 1 0 0.57
HSL 279.63º 1% 0.21% -
HSV(B) 279.63º 1% 0.43% -
XYZ 5.43 2.48 14.66 -
YUV 33.95 170.35 155.14 -
System Red Green Blue C M Y K H S L
Decimal 72 0 109 0.34 1 0 0.57 279.63 1 0.21
Hex 48 0 6D 22 64 0 39 118 64 15
Octal 110 0 155 42 144 0 71 430 144 25
Binary 1001000 0 1101101 100010 1100100 0 111001 100011000 1100100 10101

Color Harmonies of #48006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48006D

Black with #48006D

Text Example


Text Example

White with #48006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48006D; }

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

 H1.HeaderClassName
 {
   color: #48006D;
 }
 .AnyTagClassName
 {
   color: #48006D;
 }
</style>

background-color css

<style>
 a { background-color: #48006D; }

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

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

border-color css

<style>
 span { border-color: #48006D; }

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

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