Html Css Color HEX #45079B Indigo

📋 copy color: '#45079B'

red 69 ◦ green 7 ◦ blue 155

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

Shades of Indigo #45079B

Tints of Indigo #45079B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 67.1%

R = 29.87%
G = 3.03%
B = 67.1%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#45079B (or 0x45079B) is known color: Indigo. HEX triplet: 45, 07 and 9B. RGB value is (69,7,155). Sum of RGB (Red+Green+Blue) = 69+7+155=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 155 (60.94% from 255 or 67.10% from 231); Max value from RGB is 155 - color contains mainly: blue. Hex color #45079B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45079B is #BAF864. Grayscale: #292929. Windows color (decimal): -12253285 or 10159941. OLE color: 10159941.

HSL color Cylindrical-coordinate representation of color #45079B: hue angle of 265.14º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #45079B is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 69 7 155 -
CMYK 0.55 0.95 0 0.39
HSL 265.14º 0.91% 0.32% -
HSV(B) 265.14º 0.95% 0.61% -
XYZ 8.45 3.78 31.3 -
YUV 42.41 191.54 146.97 -
System Red Green Blue C M Y K H S L
Decimal 69 7 155 0.55 0.95 0 0.39 265.14 0.91 0.32
Hex 45 7 9B 37 5F 0 27 109 5B 20
Octal 105 7 233 67 137 0 47 411 133 40
Binary 1000101 111 10011011 110111 1011111 0 100111 100001001 1011011 100000

Color Harmonies of #45079B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45079B

Black with #45079B

Text Example


Text Example

White with #45079B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45079B; }

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

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

background-color css

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

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

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

border-color css

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

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

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