Html Css Color HEX #45048A Indigo

📋 copy color: '#45048A'

red 69 ◦ green 4 ◦ blue 138

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

Shades of Indigo #45048A

Tints of Indigo #45048A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

 BLUE value IS 138 (54.3% from 255) = 65.4%

R = 32.7%
G = 1.9%
B = 65.4%

CMYK

 C value IS 0.5

 M value IS 0.97

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#45048A (or 0x45048A) is known color: Indigo. HEX triplet: 45, 04 and 8A. RGB value is (69,4,138). Sum of RGB (Red+Green+Blue) = 69+4+138=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 138 (54.30% from 255 or 65.40% from 211); Max value from RGB is 138 - color contains mainly: blue. Hex color #45048A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45048A is #BAFB75. Grayscale: #262626. Windows color (decimal): -12254070 or 9045061. OLE color: 9045061.

HSL color Cylindrical-coordinate representation of color #45048A: hue angle of 269.1º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #45048A is Cyan = 0.5, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 4 138 -
CMYK 0.5 0.97 0 0.46
HSL 269.1º 0.94% 0.28% -
HSV(B) 269.1º 0.97% 0.54% -
XYZ 7.09 3.19 24.29 -
YUV 38.71 184.03 149.6 -
System Red Green Blue C M Y K H S L
Decimal 69 4 138 0.5 0.97 0 0.46 269.1 0.94 0.28
Hex 45 4 8A 32 61 0 2E 10D 5E 1C
Octal 105 4 212 62 141 0 56 415 136 34
Binary 1000101 100 10001010 110010 1100001 0 101110 100001101 1011110 11100

Color Harmonies of #45048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45048A

Black with #45048A

Text Example


Text Example

White with #45048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45048A; }

 p { color: rgb(69,4,138); }

 H1.HeaderClassName
 {
   color: #45048A;
 }
 .AnyTagClassName
 {
   color: #45048A;
 }
</style>

background-color css

<style>
 a { background-color: #45048A; }

 a { background-color: rgb(69,4,138); }

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

border-color css

<style>
 span { border-color: #45048A; }

 span { border-color: rgb(69,4,138); }

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