Html Css Color HEX #481289 Indigo

📋 copy color: '#481289'

red 72 ◦ green 18 ◦ blue 137

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

Shades of Indigo #481289

Tints of Indigo #481289

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.93%

 BLUE value IS 137 (53.91% from 255) = 60.35%

R = 31.72%
G = 7.93%
B = 60.35%

CMYK

 C value IS 0.47

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#481289 (or 0x481289) is known color: Indigo. HEX triplet: 48, 12 and 89. RGB value is (72,18,137). Sum of RGB (Red+Green+Blue) = 72+18+137=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #481289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481289 is #B7ED76. Grayscale: #2F2F2F. Windows color (decimal): -12053879 or 8983112. OLE color: 8983112.

HSL color Cylindrical-coordinate representation of color #481289: hue angle of 267.23º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #481289 is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 18 137 -
CMYK 0.47 0.87 0 0.46
HSL 267.23º 0.77% 0.3% -
HSV(B) 267.23º 0.87% 0.54% -
XYZ 7.4 3.62 23.97 -
YUV 47.71 178.39 145.32 -
System Red Green Blue C M Y K H S L
Decimal 72 18 137 0.47 0.87 0 0.46 267.23 0.77 0.3
Hex 48 12 89 2F 57 0 2E 10B 4D 1E
Octal 110 22 211 57 127 0 56 413 115 36
Binary 1001000 10010 10001001 101111 1010111 0 101110 100001011 1001101 11110

Color Harmonies of #481289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481289

Black with #481289

Text Example


Text Example

White with #481289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481289; }

 p { color: rgb(72,18,137); }

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

background-color css

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

 a { background-color: rgb(72,18,137); }

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

border-color css

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

 span { border-color: rgb(72,18,137); }

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