Html Css Color HEX #450866 Indigo

📋 copy color: '#450866'

red 69 ◦ green 8 ◦ blue 102

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

Shades of Indigo #450866

Tints of Indigo #450866

RGB

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

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

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

R = 38.55%
G = 4.47%
B = 56.98%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#450866 (or 0x450866) is known color: Indigo. HEX triplet: 45, 08 and 66. RGB value is (69,8,102). Sum of RGB (Red+Green+Blue) = 69+8+102=179 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.55% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 102 (40.23% from 255 or 56.98% from 179); Max value from RGB is 102 - color contains mainly: blue. Hex color #450866 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450866 is #BAF799. Grayscale: #242424. Windows color (decimal): -12253082 or 6686789. OLE color: 6686789.

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

Color convert

RGB 69 8 102 -
CMYK 0.32 0.92 0 0.6
HSL 278.94º 0.85% 0.22% -
HSV(B) 278.94º 0.92% 0.4% -
XYZ 4.94 2.4 12.77 -
YUV 36.96 164.71 150.86 -
System Red Green Blue C M Y K H S L
Decimal 69 8 102 0.32 0.92 0 0.6 278.94 0.85 0.22
Hex 45 8 66 20 5C 0 3C 117 55 16
Octal 105 10 146 40 134 0 74 427 125 26
Binary 1000101 1000 1100110 100000 1011100 0 111100 100010111 1010101 10110

Color Harmonies of #450866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450866

Black with #450866

Text Example


Text Example

White with #450866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450866; }

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

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

background-color css

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

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

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

border-color css

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

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

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