Html Css Color HEX #481092 Indigo

📋 copy color: '#481092'

red 72 ◦ green 16 ◦ blue 146

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

Shades of Indigo #481092

Tints of Indigo #481092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 62.39%

R = 30.77%
G = 6.84%
B = 62.39%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#481092 (or 0x481092) is known color: Indigo. HEX triplet: 48, 10 and 92. RGB value is (72,16,146). Sum of RGB (Red+Green+Blue) = 72+16+146=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #481092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481092 is #B7EF6D. Grayscale: #2F2F2F. Windows color (decimal): -12054382 or 9572424. OLE color: 9572424.

HSL color Cylindrical-coordinate representation of color #481092: hue angle of 265.85º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #481092 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 16 146 -
CMYK 0.51 0.89 0 0.43
HSL 265.85º 0.8% 0.32% -
HSV(B) 265.85º 0.89% 0.57% -
XYZ 8.05 3.82 27.51 -
YUV 47.56 183.55 145.43 -
System Red Green Blue C M Y K H S L
Decimal 72 16 146 0.51 0.89 0 0.43 265.85 0.8 0.32
Hex 48 10 92 33 59 0 2B 10A 50 20
Octal 110 20 222 63 131 0 53 412 120 40
Binary 1001000 10000 10010010 110011 1011001 0 101011 100001010 1010000 100000

Color Harmonies of #481092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481092

Black with #481092

Text Example


Text Example

White with #481092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481092; }

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

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

background-color css

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

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

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

border-color css

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

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

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