Html Css Color HEX #481594 Indigo

📋 copy color: '#481594'

red 72 ◦ green 21 ◦ blue 148

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

Shades of Indigo #481594

Tints of Indigo #481594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.71%

 BLUE value IS 148 (58.2% from 255) = 61.41%

R = 29.88%
G = 8.71%
B = 61.41%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#481594 (or 0x481594) is known color: Indigo. HEX triplet: 48, 15 and 94. RGB value is (72,21,148). Sum of RGB (Red+Green+Blue) = 72+21+148=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 148 (58.20% from 255 or 61.41% from 241); Max value from RGB is 148 - color contains mainly: blue. Hex color #481594 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481594 is #B7EA6B. Grayscale: #323232. Windows color (decimal): -12053100 or 9704776. OLE color: 9704776.

HSL color Cylindrical-coordinate representation of color #481594: hue angle of 264.09º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #481594 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 21 148 -
CMYK 0.51 0.86 0 0.42
HSL 264.09º 0.75% 0.33% -
HSV(B) 264.09º 0.86% 0.58% -
XYZ 8.29 4.05 28.36 -
YUV 50.73 182.9 143.17 -
System Red Green Blue C M Y K H S L
Decimal 72 21 148 0.51 0.86 0 0.42 264.09 0.75 0.33
Hex 48 15 94 33 56 0 2A 108 4B 21
Octal 110 25 224 63 126 0 52 410 113 41
Binary 1001000 10101 10010100 110011 1010110 0 101010 100001000 1001011 100001

Color Harmonies of #481594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481594

Black with #481594

Text Example


Text Example

White with #481594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481594; }

 p { color: rgb(72,21,148); }

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

background-color css

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

 a { background-color: rgb(72,21,148); }

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

border-color css

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

 span { border-color: rgb(72,21,148); }

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