Html Css Color HEX #481274 Indigo

📋 copy color: '#481274'

red 72 ◦ green 18 ◦ blue 116

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

Shades of Indigo #481274

Tints of Indigo #481274

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.74%

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

R = 34.95%
G = 8.74%
B = 56.31%

CMYK

 C value IS 0.38

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#481274 (or 0x481274) is known color: Indigo. HEX triplet: 48, 12 and 74. RGB value is (72,18,116). Sum of RGB (Red+Green+Blue) = 72+18+116=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #481274 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481274 is #B7ED8B. Grayscale: #2C2C2C. Windows color (decimal): -12053900 or 7606856. OLE color: 7606856.

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

Color convert

RGB 72 18 116 -
CMYK 0.38 0.84 0 0.55
HSL 273.06º 0.73% 0.26% -
HSV(B) 273.06º 0.84% 0.45% -
XYZ 6.04 3.07 16.8 -
YUV 45.32 167.89 147.03 -
System Red Green Blue C M Y K H S L
Decimal 72 18 116 0.38 0.84 0 0.55 273.06 0.73 0.26
Hex 48 12 74 26 54 0 37 111 49 1A
Octal 110 22 164 46 124 0 67 421 111 32
Binary 1001000 10010 1110100 100110 1010100 0 110111 100010001 1001001 11010

Color Harmonies of #481274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481274

Black with #481274

Text Example


Text Example

White with #481274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481274; }

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

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

background-color css

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

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

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

border-color css

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

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

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