Html Css Color HEX #45059D Indigo

📋 copy color: '#45059D'

red 69 ◦ green 5 ◦ blue 157

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

Shades of Indigo #45059D

Tints of Indigo #45059D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

 BLUE value IS 157 (61.72% from 255) = 67.97%

R = 29.87%
G = 2.16%
B = 67.97%

CMYK

 C value IS 0.56

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#45059D (or 0x45059D) is known color: Indigo. HEX triplet: 45, 05 and 9D. RGB value is (69,5,157). Sum of RGB (Red+Green+Blue) = 69+5+157=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 157 (61.72% from 255 or 67.97% from 231); Max value from RGB is 157 - color contains mainly: blue. Hex color #45059D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45059D is #BAFA62. Grayscale: #282828. Windows color (decimal): -12253795 or 10290501. OLE color: 10290501.

HSL color Cylindrical-coordinate representation of color #45059D: hue angle of 265.26º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #45059D is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 69 5 157 -
CMYK 0.56 0.97 0 0.38
HSL 265.26º 0.94% 0.32% -
HSV(B) 265.26º 0.97% 0.62% -
XYZ 8.59 3.81 32.18 -
YUV 41.46 193.2 147.64 -
System Red Green Blue C M Y K H S L
Decimal 69 5 157 0.56 0.97 0 0.38 265.26 0.94 0.32
Hex 45 5 9D 38 61 0 26 109 5E 20
Octal 105 5 235 70 141 0 46 411 136 40
Binary 1000101 101 10011101 111000 1100001 0 100110 100001001 1011110 100000

Color Harmonies of #45059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45059D

Black with #45059D

Text Example


Text Example

White with #45059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,5,157); }

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

background-color css

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

 a { background-color: rgb(69,5,157); }

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

border-color css

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

 span { border-color: rgb(69,5,157); }

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