Html Css Color HEX #481070 Indigo

📋 copy color: '#481070'

red 72 ◦ green 16 ◦ blue 112

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

Shades of Indigo #481070

Tints of Indigo #481070

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8%

 BLUE value IS 112 (44.14% from 255) = 56%

R = 36%
G = 8%
B = 56%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#481070 (or 0x481070) is known color: Indigo. HEX triplet: 48, 10 and 70. RGB value is (72,16,112). Sum of RGB (Red+Green+Blue) = 72+16+112=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #481070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481070 is #B7EF8F. Grayscale: #2B2B2B. Windows color (decimal): -12054416 or 7344200. OLE color: 7344200.

HSL color Cylindrical-coordinate representation of color #481070: hue angle of 275º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #481070 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 16 112 -
CMYK 0.36 0.86 0 0.56
HSL 275º 0.75% 0.25% -
HSV(B) 275º 0.86% 0.44% -
XYZ 5.78 2.92 15.59 -
YUV 43.69 166.55 148.19 -
System Red Green Blue C M Y K H S L
Decimal 72 16 112 0.36 0.86 0 0.56 275 0.75 0.25
Hex 48 10 70 24 56 0 38 113 4B 19
Octal 110 20 160 44 126 0 70 423 113 31
Binary 1001000 10000 1110000 100100 1010110 0 111000 100010011 1001011 11001

Color Harmonies of #481070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481070

Black with #481070

Text Example


Text Example

White with #481070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481070; }

 p { color: rgb(72,16,112); }

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

background-color css

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

 a { background-color: rgb(72,16,112); }

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

border-color css

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

 span { border-color: rgb(72,16,112); }

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