Html Css Color HEX #480068 Indigo

📋 copy color: '#480068'

red 72 ◦ green 0 ◦ blue 104

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

Shades of Indigo #480068

Tints of Indigo #480068

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.91%
G = 0%
B = 59.09%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#480068 (or 0x480068) is known color: Indigo. HEX triplet: 48, 00 and 68. RGB value is (72,0,104). Sum of RGB (Red+Green+Blue) = 72+0+104=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 104 (41.02% from 255 or 59.09% from 176); Max value from RGB is 104 - color contains mainly: blue. Hex color #480068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480068 is #B7FF97. Grayscale: #212121. Windows color (decimal): -12058520 or 6815816. OLE color: 6815816.

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

Color convert

RGB 72 0 104 -
CMYK 0.31 1 0 0.59
HSL 281.54º 1% 0.2% -
HSV(B) 281.54º 1% 0.41% -
XYZ 5.17 2.38 13.28 -
YUV 33.38 167.85 155.54 -
System Red Green Blue C M Y K H S L
Decimal 72 0 104 0.31 1 0 0.59 281.54 1 0.2
Hex 48 0 68 1F 64 0 3B 11A 64 14
Octal 110 0 150 37 144 0 73 432 144 24
Binary 1001000 0 1101000 11111 1100100 0 111011 100011010 1100100 10100

Color Harmonies of #480068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480068

Black with #480068

Text Example


Text Example

White with #480068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480068; }

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

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

background-color css

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

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

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

border-color css

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

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

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