Html Css Color HEX #45046A Indigo

📋 copy color: '#45046A'

red 69 ◦ green 4 ◦ blue 106

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

Shades of Indigo #45046A

Tints of Indigo #45046A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 59.22%

R = 38.55%
G = 2.23%
B = 59.22%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#45046A (or 0x45046A) is known color: Indigo. HEX triplet: 45, 04 and 6A. RGB value is (69,4,106). Sum of RGB (Red+Green+Blue) = 69+4+106=179 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.55% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 106 (41.80% from 255 or 59.22% from 179); Max value from RGB is 106 - color contains mainly: blue. Hex color #45046A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45046A is #BAFB95. Grayscale: #222222. Windows color (decimal): -12254102 or 6947909. OLE color: 6947909.

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

Color convert

RGB 69 4 106 -
CMYK 0.35 0.96 0 0.58
HSL 278.24º 0.93% 0.22% -
HSV(B) 278.24º 0.96% 0.42% -
XYZ 5.1 2.39 13.83 -
YUV 35.06 168.03 152.21 -
System Red Green Blue C M Y K H S L
Decimal 69 4 106 0.35 0.96 0 0.58 278.24 0.93 0.22
Hex 45 4 6A 23 60 0 3A 116 5D 16
Octal 105 4 152 43 140 0 72 426 135 26
Binary 1000101 100 1101010 100011 1100000 0 111010 100010110 1011101 10110

Color Harmonies of #45046A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45046A

Black with #45046A

Text Example


Text Example

White with #45046A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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