Html Css Color HEX #480066 Indigo

📋 copy color: '#480066'

red 72 ◦ green 0 ◦ blue 102

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

Shades of Indigo #480066

Tints of Indigo #480066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 58.62%

R = 41.38%
G = 0%
B = 58.62%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#480066 (or 0x480066) is known color: Indigo. HEX triplet: 48, 00 and 66. RGB value is (72,0,102). Sum of RGB (Red+Green+Blue) = 72+0+102=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 102 (40.23% from 255 or 58.62% from 174); Max value from RGB is 102 - color contains mainly: blue. Hex color #480066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480066 is #B7FF99. Grayscale: #202020. Windows color (decimal): -12058522 or 6684744. OLE color: 6684744.

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

Color convert

RGB 72 0 102 -
CMYK 0.29 1 0 0.6
HSL 282.35º 1% 0.2% -
HSV(B) 282.35º 1% 0.4% -
XYZ 5.07 2.34 12.75 -
YUV 33.16 166.85 155.71 -
System Red Green Blue C M Y K H S L
Decimal 72 0 102 0.29 1 0 0.6 282.35 1 0.2
Hex 48 0 66 1D 64 0 3C 11A 64 14
Octal 110 0 146 35 144 0 74 432 144 24
Binary 1001000 0 1100110 11101 1100100 0 111100 100011010 1100100 10100

Color Harmonies of #480066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480066

Black with #480066

Text Example


Text Example

White with #480066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480066; }

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

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

background-color css

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

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

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

border-color css

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

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

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