Html Css Color HEX #450E68 Indigo

📋 copy color: '#450E68'

red 69 ◦ green 14 ◦ blue 104

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

Shades of Indigo #450E68

Tints of Indigo #450E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 55.61%

R = 36.9%
G = 7.49%
B = 55.61%

CMYK

 C value IS 0.34

 M value IS 0.87

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#450E68 (or 0x450E68) is known color: Indigo. HEX triplet: 45, 0E and 68. RGB value is (69,14,104). Sum of RGB (Red+Green+Blue) = 69+14+104=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 14 (5.86% from 255 or 7.49% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #450E68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450E68 is #BAF197. Grayscale: #282828. Windows color (decimal): -12251544 or 6819397. OLE color: 6819397.

HSL color Cylindrical-coordinate representation of color #450E68: hue angle of 276.67º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #450E68 is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 69 14 104 -
CMYK 0.34 0.87 0 0.59
HSL 276.67º 0.76% 0.23% -
HSV(B) 276.67º 0.87% 0.41% -
XYZ 5.11 2.58 13.33 -
YUV 40.71 163.72 148.18 -
System Red Green Blue C M Y K H S L
Decimal 69 14 104 0.34 0.87 0 0.59 276.67 0.76 0.23
Hex 45 E 68 22 57 0 3B 115 4C 17
Octal 105 16 150 42 127 0 73 425 114 27
Binary 1000101 1110 1101000 100010 1010111 0 111011 100010101 1001100 10111

Color Harmonies of #450E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450E68

Black with #450E68

Text Example


Text Example

White with #450E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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