Html Css Color HEX #45046F Indigo

📋 copy color: '#45046F'

red 69 ◦ green 4 ◦ blue 111

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

Shades of Indigo #45046F

Tints of Indigo #45046F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 60.33%

R = 37.5%
G = 2.17%
B = 60.33%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#45046F (or 0x45046F) is known color: Indigo. HEX triplet: 45, 04 and 6F. RGB value is (69,4,111). Sum of RGB (Red+Green+Blue) = 69+4+111=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 111 (43.75% from 255 or 60.33% from 184); Max value from RGB is 111 - color contains mainly: blue. Hex color #45046F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45046F is #BAFB90. Grayscale: #232323. Windows color (decimal): -12254097 or 7275589. OLE color: 7275589.

HSL color Cylindrical-coordinate representation of color #45046F: hue angle of 276.45º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #45046F is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 4 111 -
CMYK 0.38 0.96 0 0.56
HSL 276.45º 0.93% 0.23% -
HSV(B) 276.45º 0.96% 0.44% -
XYZ 5.37 2.5 15.24 -
YUV 35.63 170.53 151.8 -
System Red Green Blue C M Y K H S L
Decimal 69 4 111 0.38 0.96 0 0.56 276.45 0.93 0.23
Hex 45 4 6F 26 60 0 38 114 5D 17
Octal 105 4 157 46 140 0 70 424 135 27
Binary 1000101 100 1101111 100110 1100000 0 111000 100010100 1011101 10111

Color Harmonies of #45046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45046F

Black with #45046F

Text Example


Text Example

White with #45046F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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