Html Css Color HEX #450594 Indigo

📋 copy color: '#450594'

red 69 ◦ green 5 ◦ blue 148

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

Shades of Indigo #450594

Tints of Indigo #450594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 66.67%

R = 31.08%
G = 2.25%
B = 66.67%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#450594 (or 0x450594) is known color: Indigo. HEX triplet: 45, 05 and 94. RGB value is (69,5,148). Sum of RGB (Red+Green+Blue) = 69+5+148=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 148 (58.20% from 255 or 66.67% from 222); Max value from RGB is 148 - color contains mainly: blue. Hex color #450594 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450594 is #BAFA6B. Grayscale: #272727. Windows color (decimal): -12253804 or 9700677. OLE color: 9700677.

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

Color convert

RGB 69 5 148 -
CMYK 0.53 0.97 0 0.42
HSL 266.85º 0.93% 0.3% -
HSV(B) 266.85º 0.97% 0.58% -
XYZ 7.85 3.51 28.28 -
YUV 40.44 188.7 148.37 -
System Red Green Blue C M Y K H S L
Decimal 69 5 148 0.53 0.97 0 0.42 266.85 0.93 0.3
Hex 45 5 94 35 61 0 2A 10B 5D 1E
Octal 105 5 224 65 141 0 52 413 135 36
Binary 1000101 101 10010100 110101 1100001 0 101010 100001011 1011101 11110

Color Harmonies of #450594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450594

Black with #450594

Text Example


Text Example

White with #450594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450594; }

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

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

background-color css

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

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

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

border-color css

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

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

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