Html Css Color HEX #48046B Indigo

📋 copy color: '#48046B'

red 72 ◦ green 4 ◦ blue 107

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

Shades of Indigo #48046B

Tints of Indigo #48046B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.19%

 BLUE value IS 107 (42.19% from 255) = 58.47%

R = 39.34%
G = 2.19%
B = 58.47%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48046B (or 0x48046B) is known color: Indigo. HEX triplet: 48, 04 and 6B. RGB value is (72,4,107). Sum of RGB (Red+Green+Blue) = 72+4+107=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 107 (42.19% from 255 or 58.47% from 183); Max value from RGB is 107 - color contains mainly: blue. Hex color #48046B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48046B is #B7FB94. Grayscale: #232323. Windows color (decimal): -12057493 or 7013448. OLE color: 7013448.

HSL color Cylindrical-coordinate representation of color #48046B: hue angle of 279.61º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48046B is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 4 107 -
CMYK 0.33 0.96 0 0.58
HSL 279.61º 0.93% 0.22% -
HSV(B) 279.61º 0.96% 0.42% -
XYZ 5.37 2.53 14.11 -
YUV 36.07 168.03 153.62 -
System Red Green Blue C M Y K H S L
Decimal 72 4 107 0.33 0.96 0 0.58 279.61 0.93 0.22
Hex 48 4 6B 21 60 0 3A 118 5D 16
Octal 110 4 153 41 140 0 72 430 135 26
Binary 1001000 100 1101011 100001 1100000 0 111010 100011000 1011101 10110

Color Harmonies of #48046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48046B

Black with #48046B

Text Example


Text Example

White with #48046B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48046B; }

 p { color: rgb(72,4,107); }

 H1.HeaderClassName
 {
   color: #48046B;
 }
 .AnyTagClassName
 {
   color: #48046B;
 }
</style>

background-color css

<style>
 a { background-color: #48046B; }

 a { background-color: rgb(72,4,107); }

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

border-color css

<style>
 span { border-color: #48046B; }

 span { border-color: rgb(72,4,107); }

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