Html Css Color HEX #481074 Indigo

📋 copy color: '#481074'

red 72 ◦ green 16 ◦ blue 116

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

Shades of Indigo #481074

Tints of Indigo #481074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 56.86%

R = 35.29%
G = 7.84%
B = 56.86%

CMYK

 C value IS 0.38

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#481074 (or 0x481074) is known color: Indigo. HEX triplet: 48, 10 and 74. RGB value is (72,16,116). Sum of RGB (Red+Green+Blue) = 72+16+116=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #481074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481074 is #B7EF8B. Grayscale: #2B2B2B. Windows color (decimal): -12054412 or 7606344. OLE color: 7606344.

HSL color Cylindrical-coordinate representation of color #481074: hue angle of 273.6º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #481074 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 16 116 -
CMYK 0.38 0.86 0 0.55
HSL 273.6º 0.76% 0.26% -
HSV(B) 273.6º 0.86% 0.45% -
XYZ 6.01 3.01 16.79 -
YUV 44.14 168.55 147.87 -
System Red Green Blue C M Y K H S L
Decimal 72 16 116 0.38 0.86 0 0.55 273.6 0.76 0.26
Hex 48 10 74 26 56 0 37 112 4C 1A
Octal 110 20 164 46 126 0 67 422 114 32
Binary 1001000 10000 1110100 100110 1010110 0 110111 100010010 1001100 11010

Color Harmonies of #481074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481074

Black with #481074

Text Example


Text Example

White with #481074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481074; }

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

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

background-color css

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

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

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

border-color css

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

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

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