Html Css Color HEX #48035D Indigo

📋 copy color: '#48035D'

red 72 ◦ green 3 ◦ blue 93

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

Shades of Indigo #48035D

Tints of Indigo #48035D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.79%

 BLUE value IS 93 (36.72% from 255) = 55.36%

R = 42.86%
G = 1.79%
B = 55.36%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48035D (or 0x48035D) is known color: Indigo. HEX triplet: 48, 03 and 5D. RGB value is (72,3,93). Sum of RGB (Red+Green+Blue) = 72+3+93=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #48035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48035D is #B7FCA2. Grayscale: #212121. Windows color (decimal): -12057763 or 6095688. OLE color: 6095688.

HSL color Cylindrical-coordinate representation of color #48035D: hue angle of 286º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #48035D is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 3 93 -
CMYK 0.23 0.97 0 0.64
HSL 286º 0.94% 0.19% -
HSV(B) 286º 0.97% 0.36% -
XYZ 4.68 2.23 10.54 -
YUV 33.89 161.36 155.18 -
System Red Green Blue C M Y K H S L
Decimal 72 3 93 0.23 0.97 0 0.64 286 0.94 0.19
Hex 48 3 5D 17 61 0 40 11E 5E 13
Octal 110 3 135 27 141 0 100 436 136 23
Binary 1001000 11 1011101 10111 1100001 0 1000000 100011110 1011110 10011

Color Harmonies of #48035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48035D

Black with #48035D

Text Example


Text Example

White with #48035D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,3,93); }

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

background-color css

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

 a { background-color: rgb(72,3,93); }

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

border-color css

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

 span { border-color: rgb(72,3,93); }

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