Html Css Color HEX #480266 Indigo

📋 copy color: '#480266'

red 72 ◦ green 2 ◦ blue 102

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

Shades of Indigo #480266

Tints of Indigo #480266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 57.95%

R = 40.91%
G = 1.14%
B = 57.95%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#480266 (or 0x480266) is known color: Indigo. HEX triplet: 48, 02 and 66. RGB value is (72,2,102). Sum of RGB (Red+Green+Blue) = 72+2+102=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 102 (40.23% from 255 or 57.95% from 176); Max value from RGB is 102 - color contains mainly: blue. Hex color #480266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480266 is #B7FD99. Grayscale: #222222. Windows color (decimal): -12058010 or 6685256. OLE color: 6685256.

HSL color Cylindrical-coordinate representation of color #480266: hue angle of 282º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #480266 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 72 2 102 -
CMYK 0.29 0.98 0 0.6
HSL 282º 0.96% 0.2% -
HSV(B) 282º 0.98% 0.4% -
XYZ 5.09 2.38 12.76 -
YUV 34.33 166.19 154.87 -
System Red Green Blue C M Y K H S L
Decimal 72 2 102 0.29 0.98 0 0.6 282 0.96 0.2
Hex 48 2 66 1D 62 0 3C 11A 60 14
Octal 110 2 146 35 142 0 74 432 140 24
Binary 1001000 10 1100110 11101 1100010 0 111100 100011010 1100000 10100

Color Harmonies of #480266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480266

Black with #480266

Text Example


Text Example

White with #480266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480266; }

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

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

background-color css

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

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

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

border-color css

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

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

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