Html Css Color HEX #48017D Indigo

📋 copy color: '#48017D'

red 72 ◦ green 1 ◦ blue 125

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

Shades of Indigo #48017D

Tints of Indigo #48017D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 63.13%

R = 36.36%
G = 0.51%
B = 63.13%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48017D (or 0x48017D) is known color: Indigo. HEX triplet: 48, 01 and 7D. RGB value is (72,1,125). Sum of RGB (Red+Green+Blue) = 72+1+125=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 125 (49.22% from 255 or 63.13% from 198); Max value from RGB is 125 - color contains mainly: blue. Hex color #48017D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48017D is #B7FE82. Grayscale: #232323. Windows color (decimal): -12058243 or 8192328. OLE color: 8192328.

HSL color Cylindrical-coordinate representation of color #48017D: hue angle of 274.35º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48017D is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 1 125 -
CMYK 0.42 0.99 0 0.51
HSL 274.35º 0.98% 0.25% -
HSV(B) 274.35º 0.99% 0.49% -
XYZ 6.39 2.88 19.62 -
YUV 36.37 178.02 153.42 -
System Red Green Blue C M Y K H S L
Decimal 72 1 125 0.42 0.99 0 0.51 274.35 0.98 0.25
Hex 48 1 7D 2A 63 0 33 112 62 19
Octal 110 1 175 52 143 0 63 422 142 31
Binary 1001000 1 1111101 101010 1100011 0 110011 100010010 1100010 11001

Color Harmonies of #48017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48017D

Black with #48017D

Text Example


Text Example

White with #48017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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