Html Css Color HEX #45046E Indigo

📋 copy color: '#45046E'

red 69 ◦ green 4 ◦ blue 110

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

Shades of Indigo #45046E

Tints of Indigo #45046E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.19%

 BLUE value IS 110 (43.36% from 255) = 60.11%

R = 37.7%
G = 2.19%
B = 60.11%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#45046E (or 0x45046E) is known color: Indigo. HEX triplet: 45, 04 and 6E. RGB value is (69,4,110). Sum of RGB (Red+Green+Blue) = 69+4+110=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 110 (43.36% from 255 or 60.11% from 183); Max value from RGB is 110 - color contains mainly: blue. Hex color #45046E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45046E is #BAFB91. Grayscale: #232323. Windows color (decimal): -12254098 or 7210053. OLE color: 7210053.

HSL color Cylindrical-coordinate representation of color #45046E: hue angle of 276.79º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #45046E is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 69 4 110 -
CMYK 0.37 0.96 0 0.57
HSL 276.79º 0.93% 0.22% -
HSV(B) 276.79º 0.96% 0.43% -
XYZ 5.31 2.48 14.95 -
YUV 35.52 170.03 151.88 -
System Red Green Blue C M Y K H S L
Decimal 69 4 110 0.37 0.96 0 0.57 276.79 0.93 0.22
Hex 45 4 6E 25 60 0 39 115 5D 16
Octal 105 4 156 45 140 0 71 425 135 26
Binary 1000101 100 1101110 100101 1100000 0 111001 100010101 1011101 10110

Color Harmonies of #45046E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45046E

Black with #45046E

Text Example


Text Example

White with #45046E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45046E; }

 p { color: rgb(69,4,110); }

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

background-color css

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

 a { background-color: rgb(69,4,110); }

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

border-color css

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

 span { border-color: rgb(69,4,110); }

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