Html Css Color HEX #481794 Indigo

📋 copy color: '#481794'

red 72 ◦ green 23 ◦ blue 148

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

Shades of Indigo #481794

Tints of Indigo #481794

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.47%

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

R = 29.63%
G = 9.47%
B = 60.91%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#481794 (or 0x481794) is known color: Indigo. HEX triplet: 48, 17 and 94. RGB value is (72,23,148). Sum of RGB (Red+Green+Blue) = 72+23+148=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 148 (58.20% from 255 or 60.91% from 243); Max value from RGB is 148 - color contains mainly: blue. Hex color #481794 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481794 is #B7E86B. Grayscale: #333333. Windows color (decimal): -12052588 or 9705288. OLE color: 9705288.

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

Color convert

RGB 72 23 148 -
CMYK 0.51 0.84 0 0.42
HSL 263.52º 0.73% 0.34% -
HSV(B) 263.52º 0.84% 0.58% -
XYZ 8.32 4.13 28.38 -
YUV 51.9 182.23 142.34 -
System Red Green Blue C M Y K H S L
Decimal 72 23 148 0.51 0.84 0 0.42 263.52 0.73 0.34
Hex 48 17 94 33 54 0 2A 108 49 22
Octal 110 27 224 63 124 0 52 410 111 42
Binary 1001000 10111 10010100 110011 1010100 0 101010 100001000 1001001 100010

Color Harmonies of #481794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481794

Black with #481794

Text Example


Text Example

White with #481794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481794; }

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

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

background-color css

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

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

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

border-color css

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

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

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