Html Css Color HEX #480275 Indigo

📋 copy color: '#480275'

red 72 ◦ green 2 ◦ blue 117

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

Shades of Indigo #480275

Tints of Indigo #480275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.05%

 BLUE value IS 117 (46.09% from 255) = 61.26%

R = 37.7%
G = 1.05%
B = 61.26%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#480275 (or 0x480275) is known color: Indigo. HEX triplet: 48, 02 and 75. RGB value is (72,2,117). Sum of RGB (Red+Green+Blue) = 72+2+117=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 117 (46.09% from 255 or 61.26% from 191); Max value from RGB is 117 - color contains mainly: blue. Hex color #480275 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480275 is #B7FD8A. Grayscale: #232323. Windows color (decimal): -12057995 or 7668296. OLE color: 7668296.

HSL color Cylindrical-coordinate representation of color #480275: hue angle of 276.52º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #480275 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 2 117 -
CMYK 0.38 0.98 0 0.54
HSL 276.52º 0.97% 0.23% -
HSV(B) 276.52º 0.98% 0.46% -
XYZ 5.91 2.71 17.04 -
YUV 36.04 173.69 153.65 -
System Red Green Blue C M Y K H S L
Decimal 72 2 117 0.38 0.98 0 0.54 276.52 0.97 0.23
Hex 48 2 75 26 62 0 36 115 61 17
Octal 110 2 165 46 142 0 66 425 141 27
Binary 1001000 10 1110101 100110 1100010 0 110110 100010101 1100001 10111

Color Harmonies of #480275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480275

Black with #480275

Text Example


Text Example

White with #480275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480275; }

 p { color: rgb(72,2,117); }

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

background-color css

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

 a { background-color: rgb(72,2,117); }

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

border-color css

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

 span { border-color: rgb(72,2,117); }

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