Html Css Color HEX #480A65 Indigo

📋 copy color: '#480A65'

red 72 ◦ green 10 ◦ blue 101

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

Shades of Indigo #480A65

Tints of Indigo #480A65

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.46%

 BLUE value IS 101 (39.84% from 255) = 55.19%

R = 39.34%
G = 5.46%
B = 55.19%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#480A65 (or 0x480A65) is known color: Indigo. HEX triplet: 48, 0A and 65. RGB value is (72,10,101). Sum of RGB (Red+Green+Blue) = 72+10+101=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 10 (4.30% from 255 or 5.46% from 183); Blue value is 101 (39.84% from 255 or 55.19% from 183); Max value from RGB is 101 - color contains mainly: blue. Hex color #480A65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480A65 is #B7F59A. Grayscale: #262626. Windows color (decimal): -12055963 or 6621768. OLE color: 6621768.

HSL color Cylindrical-coordinate representation of color #480A65: hue angle of 280.88º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #480A65 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 10 101 -
CMYK 0.29 0.90 0 0.60
HSL 280.88º 0.82% 0.22% -
HSV(B) 280.88º 0.9% 0.4% -
XYZ 5.13 2.53 12.53 -
YUV 38.91 163.04 151.6 -
System Red Green Blue C M Y K H S L
Decimal 72 10 101 0.29 0.90 0 0.60 280.88 0.82 0.22
Hex 48 A 65 1D 5A 0 3C 119 52 16
Octal 110 12 145 35 132 0 74 431 122 26
Binary 1001000 1010 1100101 11101 1011010 0 111100 100011001 1010010 10110

Color Harmonies of #480A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480A65

Black with #480A65

Text Example


Text Example

White with #480A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480A65; }

 p { color: rgb(72,10,101); }

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

background-color css

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

 a { background-color: rgb(72,10,101); }

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

border-color css

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

 span { border-color: rgb(72,10,101); }

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