Html Css Color HEX #45028D Indigo

📋 copy color: '#45028D'

red 69 ◦ green 2 ◦ blue 141

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

Shades of Indigo #45028D

Tints of Indigo #45028D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

 BLUE value IS 141 (55.47% from 255) = 66.51%

R = 32.55%
G = 0.94%
B = 66.51%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#45028D (or 0x45028D) is known color: Indigo. HEX triplet: 45, 02 and 8D. RGB value is (69,2,141). Sum of RGB (Red+Green+Blue) = 69+2+141=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 141 (55.47% from 255 or 66.51% from 212); Max value from RGB is 141 - color contains mainly: blue. Hex color #45028D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45028D is #BAFD72. Grayscale: #252525. Windows color (decimal): -12254579 or 9241157. OLE color: 9241157.

HSL color Cylindrical-coordinate representation of color #45028D: hue angle of 268.92º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #45028D is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 69 2 141 -
CMYK 0.51 0.99 0 0.45
HSL 268.92º 0.97% 0.28% -
HSV(B) 268.92º 0.99% 0.55% -
XYZ 7.28 3.23 25.44 -
YUV 37.88 186.2 150.2 -
System Red Green Blue C M Y K H S L
Decimal 69 2 141 0.51 0.99 0 0.45 268.92 0.97 0.28
Hex 45 2 8D 33 63 0 2D 10D 61 1C
Octal 105 2 215 63 143 0 55 415 141 34
Binary 1000101 10 10001101 110011 1100011 0 101101 100001101 1100001 11100

Color Harmonies of #45028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45028D

Black with #45028D

Text Example


Text Example

White with #45028D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,2,141); }

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

background-color css

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

 a { background-color: rgb(69,2,141); }

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

border-color css

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

 span { border-color: rgb(69,2,141); }

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