Html Css Color HEX #481898 Indigo

📋 copy color: '#481898'

red 72 ◦ green 24 ◦ blue 152

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

Shades of Indigo #481898

Tints of Indigo #481898

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.68%

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

R = 29.03%
G = 9.68%
B = 61.29%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#481898 (or 0x481898) is known color: Indigo. HEX triplet: 48, 18 and 98. RGB value is (72,24,152). Sum of RGB (Red+Green+Blue) = 72+24+152=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 152 (59.77% from 255 or 61.29% from 248); Max value from RGB is 152 - color contains mainly: blue. Hex color #481898 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481898 is #B7E767. Grayscale: #343434. Windows color (decimal): -12052328 or 9967688. OLE color: 9967688.

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

Color convert

RGB 72 24 152 -
CMYK 0.53 0.84 0 0.40
HSL 262.5º 0.73% 0.35% -
HSV(B) 262.5º 0.84% 0.6% -
XYZ 8.67 4.3 30.08 -
YUV 52.94 183.9 141.59 -
System Red Green Blue C M Y K H S L
Decimal 72 24 152 0.53 0.84 0 0.40 262.5 0.73 0.35
Hex 48 18 98 35 54 0 28 106 49 23
Octal 110 30 230 65 124 0 50 406 111 43
Binary 1001000 11000 10011000 110101 1010100 0 101000 100000110 1001001 100011

Color Harmonies of #481898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481898

Black with #481898

Text Example


Text Example

White with #481898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481898; }

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

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

background-color css

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

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

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

border-color css

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

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

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