Html Css Color HEX #481483 Indigo

📋 copy color: '#481483'

red 72 ◦ green 20 ◦ blue 131

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

Shades of Indigo #481483

Tints of Indigo #481483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 58.74%

R = 32.29%
G = 8.97%
B = 58.74%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#481483 (or 0x481483) is known color: Indigo. HEX triplet: 48, 14 and 83. RGB value is (72,20,131). Sum of RGB (Red+Green+Blue) = 72+20+131=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 131 (51.56% from 255 or 58.74% from 223); Max value from RGB is 131 - color contains mainly: blue. Hex color #481483 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481483 is #B7EB7C. Grayscale: #2F2F2F. Windows color (decimal): -12053373 or 8590408. OLE color: 8590408.

HSL color Cylindrical-coordinate representation of color #481483: hue angle of 268.11º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481483 is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 20 131 -
CMYK 0.45 0.85 0 0.49
HSL 268.11º 0.74% 0.3% -
HSV(B) 268.11º 0.85% 0.51% -
XYZ 7.02 3.52 21.78 -
YUV 48.2 174.73 144.97 -
System Red Green Blue C M Y K H S L
Decimal 72 20 131 0.45 0.85 0 0.49 268.11 0.74 0.3
Hex 48 14 83 2D 55 0 31 10C 4A 1E
Octal 110 24 203 55 125 0 61 414 112 36
Binary 1001000 10100 10000011 101101 1010101 0 110001 100001100 1001010 11110

Color Harmonies of #481483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481483

Black with #481483

Text Example


Text Example

White with #481483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481483; }

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

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

background-color css

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

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

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

border-color css

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

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

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