Html Css Color HEX #45066D Indigo

📋 copy color: '#45066D'

red 69 ◦ green 6 ◦ blue 109

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

Shades of Indigo #45066D

Tints of Indigo #45066D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.26%

 BLUE value IS 109 (42.97% from 255) = 59.24%

R = 37.5%
G = 3.26%
B = 59.24%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#45066D (or 0x45066D) is known color: Indigo. HEX triplet: 45, 06 and 6D. RGB value is (69,6,109). Sum of RGB (Red+Green+Blue) = 69+6+109=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 109 (42.97% from 255 or 59.24% from 184); Max value from RGB is 109 - color contains mainly: blue. Hex color #45066D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45066D is #BAF992. Grayscale: #242424. Windows color (decimal): -12253587 or 7145029. OLE color: 7145029.

HSL color Cylindrical-coordinate representation of color #45066D: hue angle of 276.7º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #45066D is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 69 6 109 -
CMYK 0.37 0.94 0 0.57
HSL 276.7º 0.9% 0.23% -
HSV(B) 276.7º 0.94% 0.43% -
XYZ 5.28 2.5 14.67 -
YUV 36.58 168.87 151.12 -
System Red Green Blue C M Y K H S L
Decimal 69 6 109 0.37 0.94 0 0.57 276.7 0.9 0.23
Hex 45 6 6D 25 5E 0 39 115 5A 17
Octal 105 6 155 45 136 0 71 425 132 27
Binary 1000101 110 1101101 100101 1011110 0 111001 100010101 1011010 10111

Color Harmonies of #45066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45066D

Black with #45066D

Text Example


Text Example

White with #45066D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45066D; }

 p { color: rgb(69,6,109); }

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

background-color css

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

 a { background-color: rgb(69,6,109); }

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

border-color css

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

 span { border-color: rgb(69,6,109); }

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