Html Css Color HEX #480865 Indigo

📋 copy color: '#480865'

red 72 ◦ green 8 ◦ blue 101

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

Shades of Indigo #480865

Tints of Indigo #480865

RGB

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

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

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

R = 39.78%
G = 4.42%
B = 55.8%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#480865 (or 0x480865) is known color: Indigo. HEX triplet: 48, 08 and 65. RGB value is (72,8,101). Sum of RGB (Red+Green+Blue) = 72+8+101=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 101 (39.84% from 255 or 55.80% from 181); Max value from RGB is 101 - color contains mainly: blue. Hex color #480865 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480865 is #B7F79A. Grayscale: #252525. Windows color (decimal): -12056475 or 6621256. OLE color: 6621256.

HSL color Cylindrical-coordinate representation of color #480865: hue angle of 281.29º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #480865 is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 8 101 -
CMYK 0.29 0.92 0 0.60
HSL 281.29º 0.85% 0.21% -
HSV(B) 281.29º 0.92% 0.4% -
XYZ 5.11 2.49 12.52 -
YUV 37.74 163.7 152.44 -
System Red Green Blue C M Y K H S L
Decimal 72 8 101 0.29 0.92 0 0.60 281.29 0.85 0.21
Hex 48 8 65 1D 5C 0 3C 119 55 15
Octal 110 10 145 35 134 0 74 431 125 25
Binary 1001000 1000 1100101 11101 1011100 0 111100 100011001 1010101 10101

Color Harmonies of #480865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480865

Black with #480865

Text Example


Text Example

White with #480865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480865; }

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

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

background-color css

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

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

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

border-color css

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

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

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