Html Css Color HEX #481077 Indigo

📋 copy color: '#481077'

red 72 ◦ green 16 ◦ blue 119

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

Shades of Indigo #481077

Tints of Indigo #481077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 57.49%

R = 34.78%
G = 7.73%
B = 57.49%

CMYK

 C value IS 0.39

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#481077 (or 0x481077) is known color: Indigo. HEX triplet: 48, 10 and 77. RGB value is (72,16,119). Sum of RGB (Red+Green+Blue) = 72+16+119=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 119 (46.88% from 255 or 57.49% from 207); Max value from RGB is 119 - color contains mainly: blue. Hex color #481077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481077 is #B7EF88. Grayscale: #2C2C2C. Windows color (decimal): -12054409 or 7802952. OLE color: 7802952.

HSL color Cylindrical-coordinate representation of color #481077: hue angle of 272.62º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #481077 is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 16 119 -
CMYK 0.39 0.87 0 0.53
HSL 272.62º 0.76% 0.26% -
HSV(B) 272.62º 0.87% 0.47% -
XYZ 6.19 3.08 17.72 -
YUV 44.49 170.05 147.62 -
System Red Green Blue C M Y K H S L
Decimal 72 16 119 0.39 0.87 0 0.53 272.62 0.76 0.26
Hex 48 10 77 27 57 0 35 111 4C 1A
Octal 110 20 167 47 127 0 65 421 114 32
Binary 1001000 10000 1110111 100111 1010111 0 110101 100010001 1001100 11010

Color Harmonies of #481077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481077

Black with #481077

Text Example


Text Example

White with #481077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481077; }

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

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

background-color css

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

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

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

border-color css

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

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

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