Html Css Color HEX #481071 Indigo

📋 copy color: '#481071'

red 72 ◦ green 16 ◦ blue 113

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

Shades of Indigo #481071

Tints of Indigo #481071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 56.22%

R = 35.82%
G = 7.96%
B = 56.22%

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

#481071 (or 0x481071) is known color: Indigo. HEX triplet: 48, 10 and 71. RGB value is (72,16,113). Sum of RGB (Red+Green+Blue) = 72+16+113=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #481071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481071 is #B7EF8E. Grayscale: #2B2B2B. Windows color (decimal): -12054415 or 7409736. OLE color: 7409736.

HSL color Cylindrical-coordinate representation of color #481071: hue angle of 274.64º 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 #481071 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 16 113 -
CMYK 0.36 0.86 0 0.56
HSL 274.64º 0.75% 0.25% -
HSV(B) 274.64º 0.86% 0.44% -
XYZ 5.84 2.94 15.88 -
YUV 43.8 167.05 148.11 -
System Red Green Blue C M Y K H S L
Decimal 72 16 113 0.36 0.86 0 0.56 274.64 0.75 0.25
Hex 48 10 71 24 56 0 38 113 4B 19
Octal 110 20 161 44 126 0 70 423 113 31
Binary 1001000 10000 1110001 100100 1010110 0 111000 100010011 1001011 11001

Color Harmonies of #481071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481071

Black with #481071

Text Example


Text Example

White with #481071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481071; }

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

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

background-color css

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

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

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

border-color css

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

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

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