Html Css Color HEX #415190 Tory Blue

📋 copy color: '#415190'

red 65 ◦ green 81 ◦ blue 144

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

Shades of Tory Blue #415190

Tints of Tory Blue #415190

RGB

 RED value IS 65 (25.78% from 255) = 22.41%

 GREEN value IS 81 (32.03% from 255) = 27.93%

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

R = 22.41%
G = 27.93%
B = 49.66%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#415190 (or 0x415190) is known color: Tory Blue. HEX triplet: 41, 51 and 90. RGB value is (65,81,144). Sum of RGB (Red+Green+Blue) = 65+81+144=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #415190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415190 is #BEAE6F. Grayscale: #535353. Windows color (decimal): -12496496 or 9457985. OLE color: 9457985.

HSL color Cylindrical-coordinate representation of color #415190: hue angle of 227.85º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #415190 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 81 144 -
CMYK 0.55 0.44 0 0.44
HSL 227.85º 0.38% 0.41% -
HSV(B) 227.85º 0.55% 0.56% -
XYZ 10.16 9.02 27.59 -
YUV 83.4 162.2 114.88 -
System Red Green Blue C M Y K H S L
Decimal 65 81 144 0.55 0.44 0 0.44 227.85 0.38 0.41
Hex 41 51 90 37 2C 0 2C E4 26 29
Octal 101 121 220 67 54 0 54 344 46 51
Binary 1000001 1010001 10010000 110111 101100 0 101100 11100100 100110 101001

Color Harmonies of #415190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415190

Black with #415190

Text Example


Text Example

White with #415190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415190; }

 p { color: rgb(65,81,144); }

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

background-color css

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

 a { background-color: rgb(65,81,144); }

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

border-color css

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

 span { border-color: rgb(65,81,144); }

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