Html Css Color HEX #450495 Indigo

📋 copy color: '#450495'

red 69 ◦ green 4 ◦ blue 149

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

Shades of Indigo #450495

Tints of Indigo #450495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.8%

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

R = 31.08%
G = 1.8%
B = 67.12%

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

#450495 (or 0x450495) is known color: Indigo. HEX triplet: 45, 04 and 95. RGB value is (69,4,149). Sum of RGB (Red+Green+Blue) = 69+4+149=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 149 (58.59% from 255 or 67.12% from 222); Max value from RGB is 149 - color contains mainly: blue. Hex color #450495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450495 is #BAFB6A. Grayscale: #272727. Windows color (decimal): -12254059 or 9765957. OLE color: 9765957.

HSL color Cylindrical-coordinate representation of color #450495: hue angle of 266.9º degrees, saturation: 0.95, 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 #450495 is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 4 149 -
CMYK 0.54 0.97 0 0.42
HSL 266.9º 0.95% 0.3% -
HSV(B) 266.9º 0.97% 0.58% -
XYZ 7.92 3.52 28.7 -
YUV 39.97 189.53 148.71 -
System Red Green Blue C M Y K H S L
Decimal 69 4 149 0.54 0.97 0 0.42 266.9 0.95 0.3
Hex 45 4 95 36 61 0 2A 10B 5F 1E
Octal 105 4 225 66 141 0 52 413 137 36
Binary 1000101 100 10010101 110110 1100001 0 101010 100001011 1011111 11110

Color Harmonies of #450495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450495

Black with #450495

Text Example


Text Example

White with #450495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450495; }

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

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

background-color css

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

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

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

border-color css

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

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

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