Html Css Color HEX #480262 Indigo

📋 copy color: '#480262'

red 72 ◦ green 2 ◦ blue 98

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

Shades of Indigo #480262

Tints of Indigo #480262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 56.98%

R = 41.86%
G = 1.16%
B = 56.98%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#480262 (or 0x480262) is known color: Indigo. HEX triplet: 48, 02 and 62. RGB value is (72,2,98). Sum of RGB (Red+Green+Blue) = 72+2+98=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 98 (38.67% from 255 or 56.98% from 172); Max value from RGB is 98 - color contains mainly: blue. Hex color #480262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480262 is #B7FD9D. Grayscale: #212121. Windows color (decimal): -12058014 or 6423112. OLE color: 6423112.

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

Color convert

RGB 72 2 98 -
CMYK 0.27 0.98 0 0.62
HSL 283.75º 0.96% 0.2% -
HSV(B) 283.75º 0.98% 0.38% -
XYZ 4.9 2.3 11.74 -
YUV 33.87 164.19 155.19 -
System Red Green Blue C M Y K H S L
Decimal 72 2 98 0.27 0.98 0 0.62 283.75 0.96 0.2
Hex 48 2 62 1B 62 0 3E 11C 60 14
Octal 110 2 142 33 142 0 76 434 140 24
Binary 1001000 10 1100010 11011 1100010 0 111110 100011100 1100000 10100

Color Harmonies of #480262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480262

Black with #480262

Text Example


Text Example

White with #480262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480262; }

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

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

background-color css

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

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

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

border-color css

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

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

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