Html Css Color HEX #450166 Indigo

📋 copy color: '#450166'

red 69 ◦ green 1 ◦ blue 102

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

Shades of Indigo #450166

Tints of Indigo #450166

RGB

 RED value IS 69 (27.34% from 255) = 40.12%

 GREEN value IS 1 (0.78% from 255) = 0.58%

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

R = 40.12%
G = 0.58%
B = 59.3%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#450166 (or 0x450166) is known color: Indigo. HEX triplet: 45, 01 and 66. RGB value is (69,1,102). Sum of RGB (Red+Green+Blue) = 69+1+102=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 102 (40.23% from 255 or 59.30% from 172); Max value from RGB is 102 - color contains mainly: blue. Hex color #450166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450166 is #BAFE99. Grayscale: #202020. Windows color (decimal): -12254874 or 6684997. OLE color: 6684997.

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

Color convert

RGB 69 1 102 -
CMYK 0.32 0.99 0 0.6
HSL 280.4º 0.98% 0.2% -
HSV(B) 280.4º 0.99% 0.4% -
XYZ 4.86 2.25 12.75 -
YUV 32.85 167.03 153.79 -
System Red Green Blue C M Y K H S L
Decimal 69 1 102 0.32 0.99 0 0.6 280.4 0.98 0.2
Hex 45 1 66 20 63 0 3C 118 62 14
Octal 105 1 146 40 143 0 74 430 142 24
Binary 1000101 1 1100110 100000 1100011 0 111100 100011000 1100010 10100

Color Harmonies of #450166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450166

Black with #450166

Text Example


Text Example

White with #450166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450166; }

 p { color: rgb(69,1,102); }

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

background-color css

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

 a { background-color: rgb(69,1,102); }

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

border-color css

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

 span { border-color: rgb(69,1,102); }

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