Html Css Color HEX #450768 Indigo

📋 copy color: '#450768'

red 69 ◦ green 7 ◦ blue 104

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

Shades of Indigo #450768

Tints of Indigo #450768

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.89%

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

R = 38.33%
G = 3.89%
B = 57.78%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#450768 (or 0x450768) is known color: Indigo. HEX triplet: 45, 07 and 68. RGB value is (69,7,104). Sum of RGB (Red+Green+Blue) = 69+7+104=180 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.33% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 104 (41.02% from 255 or 57.78% from 180); Max value from RGB is 104 - color contains mainly: blue. Hex color #450768 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450768 is #BAF897. Grayscale: #242424. Windows color (decimal): -12253336 or 6817605. OLE color: 6817605.

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

Color convert

RGB 69 7 104 -
CMYK 0.34 0.93 0 0.59
HSL 278.35º 0.87% 0.22% -
HSV(B) 278.35º 0.93% 0.41% -
XYZ 5.03 2.42 13.3 -
YUV 36.6 166.04 151.11 -
System Red Green Blue C M Y K H S L
Decimal 69 7 104 0.34 0.93 0 0.59 278.35 0.87 0.22
Hex 45 7 68 22 5D 0 3B 116 57 16
Octal 105 7 150 42 135 0 73 426 127 26
Binary 1000101 111 1101000 100010 1011101 0 111011 100010110 1010111 10110

Color Harmonies of #450768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450768

Black with #450768

Text Example


Text Example

White with #450768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450768; }

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

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

background-color css

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

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

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

border-color css

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

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

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