Html Css Color HEX #45028C Indigo

📋 copy color: '#45028C'

red 69 ◦ green 2 ◦ blue 140

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

Shades of Indigo #45028C

Tints of Indigo #45028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 66.35%

R = 32.7%
G = 0.95%
B = 66.35%

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

#45028C (or 0x45028C) is known color: Indigo. HEX triplet: 45, 02 and 8C. RGB value is (69,2,140). Sum of RGB (Red+Green+Blue) = 69+2+140=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 140 (55.08% from 255 or 66.35% from 211); Max value from RGB is 140 - color contains mainly: blue. Hex color #45028C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45028C is #BAFD73. Grayscale: #252525. Windows color (decimal): -12254580 or 9175621. OLE color: 9175621.

HSL color Cylindrical-coordinate representation of color #45028C: hue angle of 269.13º 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 #45028C is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 69 2 140 -
CMYK 0.51 0.99 0 0.45
HSL 269.13º 0.97% 0.28% -
HSV(B) 269.13º 0.99% 0.55% -
XYZ 7.21 3.2 25.05 -
YUV 37.77 185.7 150.28 -
System Red Green Blue C M Y K H S L
Decimal 69 2 140 0.51 0.99 0 0.45 269.13 0.97 0.28
Hex 45 2 8C 33 63 0 2D 10D 61 1C
Octal 105 2 214 63 143 0 55 415 141 34
Binary 1000101 10 10001100 110011 1100011 0 101101 100001101 1100001 11100

Color Harmonies of #45028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45028C

Black with #45028C

Text Example


Text Example

White with #45028C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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