Html Css Color HEX #450475 Indigo

📋 copy color: '#450475'

red 69 ◦ green 4 ◦ blue 117

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

Shades of Indigo #450475

Tints of Indigo #450475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 61.58%

R = 36.32%
G = 2.11%
B = 61.58%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#450475 (or 0x450475) is known color: Indigo. HEX triplet: 45, 04 and 75. RGB value is (69,4,117). Sum of RGB (Red+Green+Blue) = 69+4+117=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 117 (46.09% from 255 or 61.58% from 190); Max value from RGB is 117 - color contains mainly: blue. Hex color #450475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450475 is #BAFB8A. Grayscale: #232323. Windows color (decimal): -12254091 or 7668805. OLE color: 7668805.

HSL color Cylindrical-coordinate representation of color #450475: hue angle of 274.51º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #450475 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 4 117 -
CMYK 0.41 0.97 0 0.54
HSL 274.51º 0.93% 0.24% -
HSV(B) 274.51º 0.97% 0.46% -
XYZ 5.71 2.64 17.04 -
YUV 36.32 173.53 151.31 -
System Red Green Blue C M Y K H S L
Decimal 69 4 117 0.41 0.97 0 0.54 274.51 0.93 0.24
Hex 45 4 75 29 61 0 36 113 5D 18
Octal 105 4 165 51 141 0 66 423 135 30
Binary 1000101 100 1110101 101001 1100001 0 110110 100010011 1011101 11000

Color Harmonies of #450475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450475

Black with #450475

Text Example


Text Example

White with #450475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450475; }

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

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

background-color css

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

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

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

border-color css

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

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

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