Html Css Color HEX #450EAC Indigo

📋 copy color: '#450EAC'

red 69 ◦ green 14 ◦ blue 172

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

Shades of Indigo #450EAC

Tints of Indigo #450EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 67.45%

R = 27.06%
G = 5.49%
B = 67.45%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#450EAC (or 0x450EAC) is known color: Indigo. HEX triplet: 45, 0E and AC. RGB value is (69,14,172). Sum of RGB (Red+Green+Blue) = 69+14+172=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #450EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450EAC is #BAF153. Grayscale: #2F2F2F. Windows color (decimal): -12251476 or 11275845. OLE color: 11275845.

HSL color Cylindrical-coordinate representation of color #450EAC: hue angle of 260.89º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #450EAC is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 14 172 -
CMYK 0.60 0.92 0 0.33
HSL 260.89º 0.85% 0.36% -
HSV(B) 260.89º 0.92% 0.67% -
XYZ 10.06 4.56 39.38 -
YUV 48.46 197.72 142.65 -
System Red Green Blue C M Y K H S L
Decimal 69 14 172 0.60 0.92 0 0.33 260.89 0.85 0.36
Hex 45 E AC 3C 5C 0 21 105 55 24
Octal 105 16 254 74 134 0 41 405 125 44
Binary 1000101 1110 10101100 111100 1011100 0 100001 100000101 1010101 100100

Color Harmonies of #450EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450EAC

Black with #450EAC

Text Example


Text Example

White with #450EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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