Html Css Color HEX #480168 Indigo

📋 copy color: '#480168'

red 72 ◦ green 1 ◦ blue 104

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

Shades of Indigo #480168

Tints of Indigo #480168

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

 BLUE value IS 104 (41.02% from 255) = 58.76%

R = 40.68%
G = 0.56%
B = 58.76%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#480168 (or 0x480168) is known color: Indigo. HEX triplet: 48, 01 and 68. RGB value is (72,1,104). Sum of RGB (Red+Green+Blue) = 72+1+104=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 104 (41.02% from 255 or 58.76% from 177); Max value from RGB is 104 - color contains mainly: blue. Hex color #480168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480168 is #B7FE97. Grayscale: #212121. Windows color (decimal): -12058264 or 6816072. OLE color: 6816072.

HSL color Cylindrical-coordinate representation of color #480168: hue angle of 281.36º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #480168 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 1 104 -
CMYK 0.31 0.99 0 0.59
HSL 281.36º 0.98% 0.21% -
HSV(B) 281.36º 0.99% 0.41% -
XYZ 5.18 2.4 13.29 -
YUV 33.97 167.52 155.12 -
System Red Green Blue C M Y K H S L
Decimal 72 1 104 0.31 0.99 0 0.59 281.36 0.98 0.21
Hex 48 1 68 1F 63 0 3B 119 62 15
Octal 110 1 150 37 143 0 73 431 142 25
Binary 1001000 1 1101000 11111 1100011 0 111011 100011001 1100010 10101

Color Harmonies of #480168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480168

Black with #480168

Text Example


Text Example

White with #480168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480168; }

 p { color: rgb(72,1,104); }

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

background-color css

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

 a { background-color: rgb(72,1,104); }

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

border-color css

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

 span { border-color: rgb(72,1,104); }

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