Html Css Color HEX #450595 Indigo

📋 copy color: '#450595'

red 69 ◦ green 5 ◦ blue 149

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

Shades of Indigo #450595

Tints of Indigo #450595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.24%

 BLUE value IS 149 (58.59% from 255) = 66.82%

R = 30.94%
G = 2.24%
B = 66.82%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#450595 (or 0x450595) is known color: Indigo. HEX triplet: 45, 05 and 95. RGB value is (69,5,149). Sum of RGB (Red+Green+Blue) = 69+5+149=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 149 (58.59% from 255 or 66.82% from 223); Max value from RGB is 149 - color contains mainly: blue. Hex color #450595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450595 is #BAFA6A. Grayscale: #282828. Windows color (decimal): -12253803 or 9766213. OLE color: 9766213.

HSL color Cylindrical-coordinate representation of color #450595: hue angle of 266.67º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #450595 is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 5 149 -
CMYK 0.54 0.97 0 0.42
HSL 266.67º 0.94% 0.3% -
HSV(B) 266.67º 0.97% 0.58% -
XYZ 7.93 3.54 28.7 -
YUV 40.55 189.2 148.29 -
System Red Green Blue C M Y K H S L
Decimal 69 5 149 0.54 0.97 0 0.42 266.67 0.94 0.3
Hex 45 5 95 36 61 0 2A 10B 5E 1E
Octal 105 5 225 66 141 0 52 413 136 36
Binary 1000101 101 10010101 110110 1100001 0 101010 100001011 1011110 11110

Color Harmonies of #450595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450595

Black with #450595

Text Example


Text Example

White with #450595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450595; }

 p { color: rgb(69,5,149); }

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

background-color css

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

 a { background-color: rgb(69,5,149); }

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

border-color css

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

 span { border-color: rgb(69,5,149); }

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