Html Css Color HEX #481690 Indigo

📋 copy color: '#481690'

red 72 ◦ green 22 ◦ blue 144

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

Shades of Indigo #481690

Tints of Indigo #481690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.24%

 BLUE value IS 144 (56.64% from 255) = 60.5%

R = 30.25%
G = 9.24%
B = 60.5%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#481690 (or 0x481690) is known color: Indigo. HEX triplet: 48, 16 and 90. RGB value is (72,22,144). Sum of RGB (Red+Green+Blue) = 72+22+144=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 144 (56.64% from 255 or 60.50% from 238); Max value from RGB is 144 - color contains mainly: blue. Hex color #481690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481690 is #B7E96F. Grayscale: #323232. Windows color (decimal): -12052848 or 9442888. OLE color: 9442888.

HSL color Cylindrical-coordinate representation of color #481690: hue angle of 264.59º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481690 is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 22 144 -
CMYK 0.50 0.85 0 0.44
HSL 264.59º 0.73% 0.33% -
HSV(B) 264.59º 0.85% 0.56% -
XYZ 7.99 3.97 26.73 -
YUV 50.86 180.57 143.08 -
System Red Green Blue C M Y K H S L
Decimal 72 22 144 0.50 0.85 0 0.44 264.59 0.73 0.33
Hex 48 16 90 32 55 0 2C 109 49 21
Octal 110 26 220 62 125 0 54 411 111 41
Binary 1001000 10110 10010000 110010 1010101 0 101100 100001001 1001001 100001

Color Harmonies of #481690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481690

Black with #481690

Text Example


Text Example

White with #481690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481690; }

 p { color: rgb(72,22,144); }

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

background-color css

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

 a { background-color: rgb(72,22,144); }

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

border-color css

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

 span { border-color: rgb(72,22,144); }

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