Html Css Color HEX #481585 Indigo

📋 copy color: '#481585'

red 72 ◦ green 21 ◦ blue 133

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

Shades of Indigo #481585

Tints of Indigo #481585

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.29%

 BLUE value IS 133 (52.34% from 255) = 58.85%

R = 31.86%
G = 9.29%
B = 58.85%

CMYK

 C value IS 0.46

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#481585 (or 0x481585) is known color: Indigo. HEX triplet: 48, 15 and 85. RGB value is (72,21,133). Sum of RGB (Red+Green+Blue) = 72+21+133=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #481585 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481585 is #B7EA7A. Grayscale: #303030. Windows color (decimal): -12053115 or 8721736. OLE color: 8721736.

HSL color Cylindrical-coordinate representation of color #481585: hue angle of 267.32º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #481585 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 21 133 -
CMYK 0.46 0.84 0 0.48
HSL 267.32º 0.73% 0.3% -
HSV(B) 267.32º 0.84% 0.52% -
XYZ 7.17 3.61 22.51 -
YUV 49.02 175.4 144.39 -
System Red Green Blue C M Y K H S L
Decimal 72 21 133 0.46 0.84 0 0.48 267.32 0.73 0.3
Hex 48 15 85 2E 54 0 30 10B 49 1E
Octal 110 25 205 56 124 0 60 413 111 36
Binary 1001000 10101 10000101 101110 1010100 0 110000 100001011 1001001 11110

Color Harmonies of #481585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481585

Black with #481585

Text Example


Text Example

White with #481585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481585; }

 p { color: rgb(72,21,133); }

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

background-color css

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

 a { background-color: rgb(72,21,133); }

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

border-color css

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

 span { border-color: rgb(72,21,133); }

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