Html Css Color HEX #48017A Indigo

📋 copy color: '#48017A'

red 72 ◦ green 1 ◦ blue 122

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

Shades of Indigo #48017A

Tints of Indigo #48017A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 62.56%

R = 36.92%
G = 0.51%
B = 62.56%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#48017A (or 0x48017A) is known color: Indigo. HEX triplet: 48, 01 and 7A. RGB value is (72,1,122). Sum of RGB (Red+Green+Blue) = 72+1+122=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 122 (48.05% from 255 or 62.56% from 195); Max value from RGB is 122 - color contains mainly: blue. Hex color #48017A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48017A is #B7FE85. Grayscale: #232323. Windows color (decimal): -12058246 or 7995720. OLE color: 7995720.

HSL color Cylindrical-coordinate representation of color #48017A: hue angle of 275.21º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48017A is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 1 122 -
CMYK 0.41 0.99 0 0.52
HSL 275.21º 0.98% 0.24% -
HSV(B) 275.21º 0.99% 0.48% -
XYZ 6.2 2.8 18.63 -
YUV 36.02 176.52 153.66 -
System Red Green Blue C M Y K H S L
Decimal 72 1 122 0.41 0.99 0 0.52 275.21 0.98 0.24
Hex 48 1 7A 29 63 0 34 113 62 18
Octal 110 1 172 51 143 0 64 423 142 30
Binary 1001000 1 1111010 101001 1100011 0 110100 100010011 1100010 11000

Color Harmonies of #48017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48017A

Black with #48017A

Text Example


Text Example

White with #48017A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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