Html Css Color HEX #45028B Indigo

📋 copy color: '#45028B'

red 69 ◦ green 2 ◦ blue 139

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

Shades of Indigo #45028B

Tints of Indigo #45028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 66.19%

R = 32.86%
G = 0.95%
B = 66.19%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#45028B (or 0x45028B) is known color: Indigo. HEX triplet: 45, 02 and 8B. RGB value is (69,2,139). Sum of RGB (Red+Green+Blue) = 69+2+139=210 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.86% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #45028B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45028B is #BAFD74. Grayscale: #252525. Windows color (decimal): -12254581 or 9110085. OLE color: 9110085.

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

Color convert

RGB 69 2 139 -
CMYK 0.50 0.99 0 0.45
HSL 269.34º 0.97% 0.28% -
HSV(B) 269.34º 0.99% 0.55% -
XYZ 7.14 3.17 24.66 -
YUV 37.65 185.2 150.36 -
System Red Green Blue C M Y K H S L
Decimal 69 2 139 0.50 0.99 0 0.45 269.34 0.97 0.28
Hex 45 2 8B 32 63 0 2D 10D 61 1C
Octal 105 2 213 62 143 0 55 415 141 34
Binary 1000101 10 10001011 110010 1100011 0 101101 100001101 1100001 11100

Color Harmonies of #45028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45028B

Black with #45028B

Text Example


Text Example

White with #45028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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