Html Css Color HEX #48019D Indigo

📋 copy color: '#48019D'

red 72 ◦ green 1 ◦ blue 157

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

Shades of Indigo #48019D

Tints of Indigo #48019D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 157 (61.72% from 255) = 68.26%

R = 31.3%
G = 0.43%
B = 68.26%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48019D (or 0x48019D) is known color: Indigo. HEX triplet: 48, 01 and 9D. RGB value is (72,1,157). Sum of RGB (Red+Green+Blue) = 72+1+157=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 157 (61.72% from 255 or 68.26% from 230); Max value from RGB is 157 - color contains mainly: blue. Hex color #48019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48019D is #B7FE62. Grayscale: #272727. Windows color (decimal): -12058211 or 10289480. OLE color: 10289480.

HSL color Cylindrical-coordinate representation of color #48019D: hue angle of 267.31º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48019D is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 1 157 -
CMYK 0.54 0.99 0 0.38
HSL 267.31º 0.99% 0.31% -
HSV(B) 267.31º 0.99% 0.62% -
XYZ 8.77 3.83 32.18 -
YUV 40.01 194.02 150.82 -
System Red Green Blue C M Y K H S L
Decimal 72 1 157 0.54 0.99 0 0.38 267.31 0.99 0.31
Hex 48 1 9D 36 63 0 26 10B 63 1F
Octal 110 1 235 66 143 0 46 413 143 37
Binary 1001000 1 10011101 110110 1100011 0 100110 100001011 1100011 11111

Color Harmonies of #48019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48019D

Black with #48019D

Text Example


Text Example

White with #48019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,1,157); }

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

background-color css

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

 a { background-color: rgb(72,1,157); }

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

border-color css

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

 span { border-color: rgb(72,1,157); }

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