Html Css Color HEX #481374 Indigo

📋 copy color: '#481374'

red 72 ◦ green 19 ◦ blue 116

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

Shades of Indigo #481374

Tints of Indigo #481374

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.18%

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

R = 34.78%
G = 9.18%
B = 56.04%

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

#481374 (or 0x481374) is known color: Indigo. HEX triplet: 48, 13 and 74. RGB value is (72,19,116). Sum of RGB (Red+Green+Blue) = 72+19+116=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #481374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481374 is #B7EC8B. Grayscale: #2D2D2D. Windows color (decimal): -12053644 or 7607112. OLE color: 7607112.

HSL color Cylindrical-coordinate representation of color #481374: hue angle of 272.78º degrees, saturation: 0.72, 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 #481374 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 19 116 -
CMYK 0.38 0.84 0 0.55
HSL 272.78º 0.72% 0.26% -
HSV(B) 272.78º 0.84% 0.45% -
XYZ 6.06 3.1 16.8 -
YUV 45.91 167.56 146.61 -
System Red Green Blue C M Y K H S L
Decimal 72 19 116 0.38 0.84 0 0.55 272.78 0.72 0.26
Hex 48 13 74 26 54 0 37 111 48 1A
Octal 110 23 164 46 124 0 67 421 110 32
Binary 1001000 10011 1110100 100110 1010100 0 110111 100010001 1001000 11010

Color Harmonies of #481374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481374

Black with #481374

Text Example


Text Example

White with #481374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481374; }

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

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

background-color css

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

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

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

border-color css

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

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

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