Html Css Color HEX #450E8E Indigo

📋 copy color: '#450E8E'

red 69 ◦ green 14 ◦ blue 142

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

Shades of Indigo #450E8E

Tints of Indigo #450E8E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.22%

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

R = 30.67%
G = 6.22%
B = 63.11%

CMYK

 C value IS 0.51

 M value IS 0.90

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#450E8E (or 0x450E8E) is known color: Indigo. HEX triplet: 45, 0E and 8E. RGB value is (69,14,142). Sum of RGB (Red+Green+Blue) = 69+14+142=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 142 (55.86% from 255 or 63.11% from 225); Max value from RGB is 142 - color contains mainly: blue. Hex color #450E8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450E8E is #BAF171. Grayscale: #2C2C2C. Windows color (decimal): -12251506 or 9309765. OLE color: 9309765.

HSL color Cylindrical-coordinate representation of color #450E8E: hue angle of 265.78º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #450E8E is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 14 142 -
CMYK 0.51 0.90 0 0.44
HSL 265.78º 0.82% 0.31% -
HSV(B) 265.78º 0.9% 0.56% -
XYZ 7.49 3.53 25.88 -
YUV 45.04 182.72 145.09 -
System Red Green Blue C M Y K H S L
Decimal 69 14 142 0.51 0.90 0 0.44 265.78 0.82 0.31
Hex 45 E 8E 33 5A 0 2C 10A 52 1F
Octal 105 16 216 63 132 0 54 412 122 37
Binary 1000101 1110 10001110 110011 1011010 0 101100 100001010 1010010 11111

Color Harmonies of #450E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450E8E

Black with #450E8E

Text Example


Text Example

White with #450E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450E8E; }

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

 H1.HeaderClassName
 {
   color: #450E8E;
 }
 .AnyTagClassName
 {
   color: #450E8E;
 }
</style>

background-color css

<style>
 a { background-color: #450E8E; }

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

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

border-color css

<style>
 span { border-color: #450E8E; }

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

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