Html Css Color HEX #480869 Indigo

📋 copy color: '#480869'

red 72 ◦ green 8 ◦ blue 105

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

Shades of Indigo #480869

Tints of Indigo #480869

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.32%

 BLUE value IS 105 (41.41% from 255) = 56.76%

R = 38.92%
G = 4.32%
B = 56.76%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#480869 (or 0x480869) is known color: Indigo. HEX triplet: 48, 08 and 69. RGB value is (72,8,105). Sum of RGB (Red+Green+Blue) = 72+8+105=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #480869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480869 is #B7F796. Grayscale: #252525. Windows color (decimal): -12056471 or 6883400. OLE color: 6883400.

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

Color convert

RGB 72 8 105 -
CMYK 0.31 0.92 0 0.59
HSL 279.59º 0.86% 0.22% -
HSV(B) 279.59º 0.92% 0.41% -
XYZ 5.31 2.57 13.58 -
YUV 38.19 165.7 152.11 -
System Red Green Blue C M Y K H S L
Decimal 72 8 105 0.31 0.92 0 0.59 279.59 0.86 0.22
Hex 48 8 69 1F 5C 0 3B 118 56 16
Octal 110 10 151 37 134 0 73 430 126 26
Binary 1001000 1000 1101001 11111 1011100 0 111011 100011000 1010110 10110

Color Harmonies of #480869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480869

Black with #480869

Text Example


Text Example

White with #480869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480869; }

 p { color: rgb(72,8,105); }

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

background-color css

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

 a { background-color: rgb(72,8,105); }

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

border-color css

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

 span { border-color: rgb(72,8,105); }

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