Html Css Color HEX #450766 Indigo

📋 copy color: '#450766'

red 69 ◦ green 7 ◦ blue 102

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

Shades of Indigo #450766

Tints of Indigo #450766

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.93%

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

R = 38.76%
G = 3.93%
B = 57.3%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#450766 (or 0x450766) is known color: Indigo. HEX triplet: 45, 07 and 66. RGB value is (69,7,102). Sum of RGB (Red+Green+Blue) = 69+7+102=178 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.76% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 102 (40.23% from 255 or 57.30% from 178); Max value from RGB is 102 - color contains mainly: blue. Hex color #450766 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450766 is #BAF899. Grayscale: #242424. Windows color (decimal): -12253338 or 6686533. OLE color: 6686533.

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

Color convert

RGB 69 7 102 -
CMYK 0.32 0.93 0 0.6
HSL 279.16º 0.87% 0.21% -
HSV(B) 279.16º 0.93% 0.4% -
XYZ 4.93 2.38 12.77 -
YUV 36.37 165.04 151.28 -
System Red Green Blue C M Y K H S L
Decimal 69 7 102 0.32 0.93 0 0.6 279.16 0.87 0.21
Hex 45 7 66 20 5D 0 3C 117 57 15
Octal 105 7 146 40 135 0 74 427 127 25
Binary 1000101 111 1100110 100000 1011101 0 111100 100010111 1010111 10101

Color Harmonies of #450766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450766

Black with #450766

Text Example


Text Example

White with #450766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450766; }

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

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

background-color css

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

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

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

border-color css

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

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

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