Html Css Color HEX #481098 Indigo

📋 copy color: '#481098'

red 72 ◦ green 16 ◦ blue 152

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

Shades of Indigo #481098

Tints of Indigo #481098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 63.33%

R = 30%
G = 6.67%
B = 63.33%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#481098 (or 0x481098) is known color: Indigo. HEX triplet: 48, 10 and 98. RGB value is (72,16,152). Sum of RGB (Red+Green+Blue) = 72+16+152=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 152 (59.77% from 255 or 63.33% from 240); Max value from RGB is 152 - color contains mainly: blue. Hex color #481098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481098 is #B7EF67. Grayscale: #2F2F2F. Windows color (decimal): -12054376 or 9965640. OLE color: 9965640.

HSL color Cylindrical-coordinate representation of color #481098: hue angle of 264.71º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #481098 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 16 152 -
CMYK 0.53 0.89 0 0.40
HSL 264.71º 0.81% 0.33% -
HSV(B) 264.71º 0.89% 0.6% -
XYZ 8.53 4.02 30.03 -
YUV 48.25 186.55 144.94 -
System Red Green Blue C M Y K H S L
Decimal 72 16 152 0.53 0.89 0 0.40 264.71 0.81 0.33
Hex 48 10 98 35 59 0 28 109 51 21
Octal 110 20 230 65 131 0 50 411 121 41
Binary 1001000 10000 10011000 110101 1011001 0 101000 100001001 1010001 100001

Color Harmonies of #481098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481098

Black with #481098

Text Example


Text Example

White with #481098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481098; }

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

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

background-color css

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

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

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

border-color css

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

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

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