Html Css Color HEX #480D94 Indigo

📋 copy color: '#480D94'

red 72 ◦ green 13 ◦ blue 148

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

Shades of Indigo #480D94

Tints of Indigo #480D94

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.58%

 BLUE value IS 148 (58.2% from 255) = 63.52%

R = 30.9%
G = 5.58%
B = 63.52%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#480D94 (or 0x480D94) is known color: Indigo. HEX triplet: 48, 0D and 94. RGB value is (72,13,148). Sum of RGB (Red+Green+Blue) = 72+13+148=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 148 (58.20% from 255 or 63.52% from 233); Max value from RGB is 148 - color contains mainly: blue. Hex color #480D94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480D94 is #B7F26B. Grayscale: #2D2D2D. Windows color (decimal): -12055148 or 9702728. OLE color: 9702728.

HSL color Cylindrical-coordinate representation of color #480D94: hue angle of 266.22º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #480D94 is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 13 148 -
CMYK 0.51 0.91 0 0.42
HSL 266.22º 0.84% 0.32% -
HSV(B) 266.22º 0.91% 0.58% -
XYZ 8.16 3.8 28.32 -
YUV 46.03 185.55 146.52 -
System Red Green Blue C M Y K H S L
Decimal 72 13 148 0.51 0.91 0 0.42 266.22 0.84 0.32
Hex 48 D 94 33 5B 0 2A 10A 54 20
Octal 110 15 224 63 133 0 52 412 124 40
Binary 1001000 1101 10010100 110011 1011011 0 101010 100001010 1010100 100000

Color Harmonies of #480D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480D94

Black with #480D94

Text Example


Text Example

White with #480D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480D94; }

 p { color: rgb(72,13,148); }

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

background-color css

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

 a { background-color: rgb(72,13,148); }

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

border-color css

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

 span { border-color: rgb(72,13,148); }

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