Html Css Color HEX #45057D Indigo

📋 copy color: '#45057D'

red 69 ◦ green 5 ◦ blue 125

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

Shades of Indigo #45057D

Tints of Indigo #45057D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 62.81%

R = 34.67%
G = 2.51%
B = 62.81%

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

#45057D (or 0x45057D) is known color: Indigo. HEX triplet: 45, 05 and 7D. RGB value is (69,5,125). Sum of RGB (Red+Green+Blue) = 69+5+125=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 125 (49.22% from 255 or 62.81% from 199); Max value from RGB is 125 - color contains mainly: blue. Hex color #45057D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45057D is #BAFA82. Grayscale: #252525. Windows color (decimal): -12253827 or 8193349. OLE color: 8193349.

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

Color convert

RGB 69 5 125 -
CMYK 0.45 0.96 0 0.51
HSL 272º 0.92% 0.25% -
HSV(B) 272º 0.96% 0.49% -
XYZ 6.21 2.85 19.63 -
YUV 37.82 177.2 150.24 -
System Red Green Blue C M Y K H S L
Decimal 69 5 125 0.45 0.96 0 0.51 272 0.92 0.25
Hex 45 5 7D 2D 60 0 33 110 5C 19
Octal 105 5 175 55 140 0 63 420 134 31
Binary 1000101 101 1111101 101101 1100000 0 110011 100010000 1011100 11001

Color Harmonies of #45057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45057D

Black with #45057D

Text Example


Text Example

White with #45057D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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