Html Css Color HEX #48137B Indigo

📋 copy color: '#48137B'

red 72 ◦ green 19 ◦ blue 123

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

Shades of Indigo #48137B

Tints of Indigo #48137B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.88%

 BLUE value IS 123 (48.44% from 255) = 57.48%

R = 33.64%
G = 8.88%
B = 57.48%

CMYK

 C value IS 0.41

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#48137B (or 0x48137B) is known color: Indigo. HEX triplet: 48, 13 and 7B. RGB value is (72,19,123). Sum of RGB (Red+Green+Blue) = 72+19+123=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 123 (48.44% from 255 or 57.48% from 214); Max value from RGB is 123 - color contains mainly: blue. Hex color #48137B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48137B is #B7EC84. Grayscale: #2E2E2E. Windows color (decimal): -12053637 or 8065864. OLE color: 8065864.

HSL color Cylindrical-coordinate representation of color #48137B: hue angle of 270.58º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48137B is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 19 123 -
CMYK 0.41 0.85 0 0.52
HSL 270.58º 0.73% 0.28% -
HSV(B) 270.58º 0.85% 0.48% -
XYZ 6.48 3.27 19.03 -
YUV 46.7 171.06 146.04 -
System Red Green Blue C M Y K H S L
Decimal 72 19 123 0.41 0.85 0 0.52 270.58 0.73 0.28
Hex 48 13 7B 29 55 0 34 10F 49 1C
Octal 110 23 173 51 125 0 64 417 111 34
Binary 1001000 10011 1111011 101001 1010101 0 110100 100001111 1001001 11100

Color Harmonies of #48137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48137B

Black with #48137B

Text Example


Text Example

White with #48137B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,19,123); }

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

background-color css

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

 a { background-color: rgb(72,19,123); }

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

border-color css

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

 span { border-color: rgb(72,19,123); }

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