Html Css Color HEX #450E7C Indigo

📋 copy color: '#450E7C'

red 69 ◦ green 14 ◦ blue 124

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

Shades of Indigo #450E7C

Tints of Indigo #450E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 59.9%

R = 33.33%
G = 6.76%
B = 59.9%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#450E7C (or 0x450E7C) is known color: Indigo. HEX triplet: 45, 0E and 7C. RGB value is (69,14,124). Sum of RGB (Red+Green+Blue) = 69+14+124=207 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.33% from 207); Green value is 14 (5.86% from 255 or 6.76% from 207); Blue value is 124 (48.83% from 255 or 59.90% from 207); Max value from RGB is 124 - color contains mainly: blue. Hex color #450E7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450E7C is #BAF183. Grayscale: #2A2A2A. Windows color (decimal): -12251524 or 8130117. OLE color: 8130117.

HSL color Cylindrical-coordinate representation of color #450E7C: hue angle of 270º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #450E7C is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 69 14 124 -
CMYK 0.44 0.89 0 0.51
HSL 270º 0.8% 0.27% -
HSV(B) 270º 0.89% 0.49% -
XYZ 6.25 3.03 19.33 -
YUV 42.99 173.72 146.56 -
System Red Green Blue C M Y K H S L
Decimal 69 14 124 0.44 0.89 0 0.51 270 0.8 0.27
Hex 45 E 7C 2C 59 0 33 10E 50 1B
Octal 105 16 174 54 131 0 63 416 120 33
Binary 1000101 1110 1111100 101100 1011001 0 110011 100001110 1010000 11011

Color Harmonies of #450E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450E7C

Black with #450E7C

Text Example


Text Example

White with #450E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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