Html Css Color HEX #481488 Indigo

📋 copy color: '#481488'

red 72 ◦ green 20 ◦ blue 136

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

Shades of Indigo #481488

Tints of Indigo #481488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.77%

 BLUE value IS 136 (53.52% from 255) = 59.65%

R = 31.58%
G = 8.77%
B = 59.65%

CMYK

 C value IS 0.47

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#481488 (or 0x481488) is known color: Indigo. HEX triplet: 48, 14 and 88. RGB value is (72,20,136). Sum of RGB (Red+Green+Blue) = 72+20+136=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 136 (53.52% from 255 or 59.65% from 228); Max value from RGB is 136 - color contains mainly: blue. Hex color #481488 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481488 is #B7EB77. Grayscale: #303030. Windows color (decimal): -12053368 or 8918088. OLE color: 8918088.

HSL color Cylindrical-coordinate representation of color #481488: hue angle of 266.9º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481488 is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 20 136 -
CMYK 0.47 0.85 0 0.47
HSL 266.9º 0.74% 0.31% -
HSV(B) 266.9º 0.85% 0.53% -
XYZ 7.37 3.66 23.61 -
YUV 48.77 177.23 144.57 -
System Red Green Blue C M Y K H S L
Decimal 72 20 136 0.47 0.85 0 0.47 266.9 0.74 0.31
Hex 48 14 88 2F 55 0 2F 10B 4A 1F
Octal 110 24 210 57 125 0 57 413 112 37
Binary 1001000 10100 10001000 101111 1010101 0 101111 100001011 1001010 11111

Color Harmonies of #481488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481488

Black with #481488

Text Example


Text Example

White with #481488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481488; }

 p { color: rgb(72,20,136); }

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

background-color css

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

 a { background-color: rgb(72,20,136); }

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

border-color css

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

 span { border-color: rgb(72,20,136); }

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