Html Css Color HEX #45088E Indigo

📋 copy color: '#45088E'

red 69 ◦ green 8 ◦ blue 142

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

Shades of Indigo #45088E

Tints of Indigo #45088E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 64.84%

R = 31.51%
G = 3.65%
B = 64.84%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#45088E (or 0x45088E) is known color: Indigo. HEX triplet: 45, 08 and 8E. RGB value is (69,8,142). Sum of RGB (Red+Green+Blue) = 69+8+142=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 142 (55.86% from 255 or 64.84% from 219); Max value from RGB is 142 - color contains mainly: blue. Hex color #45088E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45088E is #BAF771. Grayscale: #292929. Windows color (decimal): -12253042 or 9308229. OLE color: 9308229.

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

Color convert

RGB 69 8 142 -
CMYK 0.51 0.94 0 0.44
HSL 267.31º 0.89% 0.29% -
HSV(B) 267.31º 0.94% 0.56% -
XYZ 7.42 3.39 25.85 -
YUV 41.52 184.71 147.6 -
System Red Green Blue C M Y K H S L
Decimal 69 8 142 0.51 0.94 0 0.44 267.31 0.89 0.29
Hex 45 8 8E 33 5E 0 2C 10B 59 1D
Octal 105 10 216 63 136 0 54 413 131 35
Binary 1000101 1000 10001110 110011 1011110 0 101100 100001011 1011001 11101

Color Harmonies of #45088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45088E

Black with #45088E

Text Example


Text Example

White with #45088E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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