Html Css Color HEX #450690 Indigo

📋 copy color: '#450690'

red 69 ◦ green 6 ◦ blue 144

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

Shades of Indigo #450690

Tints of Indigo #450690

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.74%

 BLUE value IS 144 (56.64% from 255) = 65.75%

R = 31.51%
G = 2.74%
B = 65.75%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#450690 (or 0x450690) is known color: Indigo. HEX triplet: 45, 06 and 90. RGB value is (69,6,144). Sum of RGB (Red+Green+Blue) = 69+6+144=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 144 (56.64% from 255 or 65.75% from 219); Max value from RGB is 144 - color contains mainly: blue. Hex color #450690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450690 is #BAF96F. Grayscale: #282828. Windows color (decimal): -12253552 or 9438789. OLE color: 9438789.

HSL color Cylindrical-coordinate representation of color #450690: hue angle of 267.39º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #450690 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 6 144 -
CMYK 0.52 0.96 0 0.44
HSL 267.39º 0.92% 0.29% -
HSV(B) 267.39º 0.96% 0.56% -
XYZ 7.55 3.41 26.65 -
YUV 40.57 186.37 148.28 -
System Red Green Blue C M Y K H S L
Decimal 69 6 144 0.52 0.96 0 0.44 267.39 0.92 0.29
Hex 45 6 90 34 60 0 2C 10B 5C 1D
Octal 105 6 220 64 140 0 54 413 134 35
Binary 1000101 110 10010000 110100 1100000 0 101100 100001011 1011100 11101

Color Harmonies of #450690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450690

Black with #450690

Text Example


Text Example

White with #450690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450690; }

 p { color: rgb(69,6,144); }

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

background-color css

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

 a { background-color: rgb(69,6,144); }

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

border-color css

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

 span { border-color: rgb(69,6,144); }

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