Html Css Color HEX #45088A Indigo

📋 copy color: '#45088A'

red 69 ◦ green 8 ◦ blue 138

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

Shades of Indigo #45088A

Tints of Indigo #45088A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.72%

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

R = 32.09%
G = 3.72%
B = 64.19%

CMYK

 C value IS 0.5

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#45088A (or 0x45088A) is known color: Indigo. HEX triplet: 45, 08 and 8A. RGB value is (69,8,138). Sum of RGB (Red+Green+Blue) = 69+8+138=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 138 (54.30% from 255 or 64.19% from 215); Max value from RGB is 138 - color contains mainly: blue. Hex color #45088A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45088A is #BAF775. Grayscale: #282828. Windows color (decimal): -12253046 or 9046085. OLE color: 9046085.

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

Color convert

RGB 69 8 138 -
CMYK 0.5 0.94 0 0.46
HSL 268.15º 0.89% 0.29% -
HSV(B) 268.15º 0.94% 0.54% -
XYZ 7.13 3.27 24.3 -
YUV 41.06 182.71 147.93 -
System Red Green Blue C M Y K H S L
Decimal 69 8 138 0.5 0.94 0 0.46 268.15 0.89 0.29
Hex 45 8 8A 32 5E 0 2E 10C 59 1D
Octal 105 10 212 62 136 0 56 414 131 35
Binary 1000101 1000 10001010 110010 1011110 0 101110 100001100 1011001 11101

Color Harmonies of #45088A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45088A

Black with #45088A

Text Example


Text Example

White with #45088A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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