Html Css Color HEX #480A9C Indigo

📋 copy color: '#480A9C'

red 72 ◦ green 10 ◦ blue 156

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

Shades of Indigo #480A9C

Tints of Indigo #480A9C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.2%

 BLUE value IS 156 (61.33% from 255) = 65.55%

R = 30.25%
G = 4.2%
B = 65.55%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#480A9C (or 0x480A9C) is known color: Indigo. HEX triplet: 48, 0A and 9C. RGB value is (72,10,156). Sum of RGB (Red+Green+Blue) = 72+10+156=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 156 (61.33% from 255 or 65.55% from 238); Max value from RGB is 156 - color contains mainly: blue. Hex color #480A9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480A9C is #B7F563. Grayscale: #2C2C2C. Windows color (decimal): -12055908 or 10226248. OLE color: 10226248.

HSL color Cylindrical-coordinate representation of color #480A9C: hue angle of 265.48º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480A9C is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 72 10 156 -
CMYK 0.54 0.94 0 0.39
HSL 265.48º 0.88% 0.33% -
HSV(B) 265.48º 0.94% 0.61% -
XYZ 8.78 4 31.76 -
YUV 45.18 190.54 147.13 -
System Red Green Blue C M Y K H S L
Decimal 72 10 156 0.54 0.94 0 0.39 265.48 0.88 0.33
Hex 48 A 9C 36 5E 0 27 109 58 21
Octal 110 12 234 66 136 0 47 411 130 41
Binary 1001000 1010 10011100 110110 1011110 0 100111 100001001 1011000 100001

Color Harmonies of #480A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480A9C

Black with #480A9C

Text Example


Text Example

White with #480A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,10,156); }

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

background-color css

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

 a { background-color: rgb(72,10,156); }

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

border-color css

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

 span { border-color: rgb(72,10,156); }

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