Html Css Color HEX #481682 Indigo

📋 copy color: '#481682'

red 72 ◦ green 22 ◦ blue 130

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

Shades of Indigo #481682

Tints of Indigo #481682

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.82%

 BLUE value IS 130 (51.17% from 255) = 58.04%

R = 32.14%
G = 9.82%
B = 58.04%

CMYK

 C value IS 0.45

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#481682 (or 0x481682) is known color: Indigo. HEX triplet: 48, 16 and 82. RGB value is (72,22,130). Sum of RGB (Red+Green+Blue) = 72+22+130=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 130 (51.17% from 255 or 58.04% from 224); Max value from RGB is 130 - color contains mainly: blue. Hex color #481682 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481682 is #B7E97D. Grayscale: #303030. Windows color (decimal): -12052862 or 8525384. OLE color: 8525384.

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

Color convert

RGB 72 22 130 -
CMYK 0.45 0.83 0 0.49
HSL 267.78º 0.71% 0.3% -
HSV(B) 267.78º 0.83% 0.51% -
XYZ 6.99 3.56 21.44 -
YUV 49.26 173.57 144.22 -
System Red Green Blue C M Y K H S L
Decimal 72 22 130 0.45 0.83 0 0.49 267.78 0.71 0.3
Hex 48 16 82 2D 53 0 31 10C 47 1E
Octal 110 26 202 55 123 0 61 414 107 36
Binary 1001000 10110 10000010 101101 1010011 0 110001 100001100 1000111 11110

Color Harmonies of #481682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481682

Black with #481682

Text Example


Text Example

White with #481682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481682; }

 p { color: rgb(72,22,130); }

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

background-color css

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

 a { background-color: rgb(72,22,130); }

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

border-color css

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

 span { border-color: rgb(72,22,130); }

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