Html Css Color HEX #45057E Indigo

📋 copy color: '#45057E'

red 69 ◦ green 5 ◦ blue 126

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

Shades of Indigo #45057E

Tints of Indigo #45057E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 63%

R = 34.5%
G = 2.5%
B = 63%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#45057E (or 0x45057E) is known color: Indigo. HEX triplet: 45, 05 and 7E. RGB value is (69,5,126). Sum of RGB (Red+Green+Blue) = 69+5+126=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 126 (49.61% from 255 or 63% from 200); Max value from RGB is 126 - color contains mainly: blue. Hex color #45057E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45057E is #BAFA81. Grayscale: #252525. Windows color (decimal): -12253826 or 8258885. OLE color: 8258885.

HSL color Cylindrical-coordinate representation of color #45057E: hue angle of 271.74º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #45057E is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 69 5 126 -
CMYK 0.45 0.96 0 0.51
HSL 271.74º 0.92% 0.26% -
HSV(B) 271.74º 0.96% 0.49% -
XYZ 6.27 2.88 19.96 -
YUV 37.93 177.7 150.16 -
System Red Green Blue C M Y K H S L
Decimal 69 5 126 0.45 0.96 0 0.51 271.74 0.92 0.26
Hex 45 5 7E 2D 60 0 33 110 5C 1A
Octal 105 5 176 55 140 0 63 420 134 32
Binary 1000101 101 1111110 101101 1100000 0 110011 100010000 1011100 11010

Color Harmonies of #45057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45057E

Black with #45057E

Text Example


Text Example

White with #45057E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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