Html Css Color HEX #481085 Indigo

📋 copy color: '#481085'

red 72 ◦ green 16 ◦ blue 133

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

Shades of Indigo #481085

Tints of Indigo #481085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.24%

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

R = 32.58%
G = 7.24%
B = 60.18%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#481085 (or 0x481085) is known color: Indigo. HEX triplet: 48, 10 and 85. RGB value is (72,16,133). Sum of RGB (Red+Green+Blue) = 72+16+133=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #481085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481085 is #B7EF7A. Grayscale: #2D2D2D. Windows color (decimal): -12054395 or 8720456. OLE color: 8720456.

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

Color convert

RGB 72 16 133 -
CMYK 0.46 0.88 0 0.48
HSL 268.72º 0.79% 0.29% -
HSV(B) 268.72º 0.88% 0.52% -
XYZ 7.09 3.44 22.48 -
YUV 46.08 177.05 146.49 -
System Red Green Blue C M Y K H S L
Decimal 72 16 133 0.46 0.88 0 0.48 268.72 0.79 0.29
Hex 48 10 85 2E 58 0 30 10D 4F 1D
Octal 110 20 205 56 130 0 60 415 117 35
Binary 1001000 10000 10000101 101110 1011000 0 110000 100001101 1001111 11101

Color Harmonies of #481085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481085

Black with #481085

Text Example


Text Example

White with #481085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481085; }

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

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

background-color css

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

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

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

border-color css

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

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

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