Html Css Color HEX #414690 Jacksons Purple

📋 copy color: '#414690'

red 65 ◦ green 70 ◦ blue 144

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

Shades of Jacksons Purple #414690

Tints of Jacksons Purple #414690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.09%

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

R = 23.3%
G = 25.09%
B = 51.61%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#414690 (or 0x414690) is known color: Jacksons Purple. HEX triplet: 41, 46 and 90. RGB value is (65,70,144). Sum of RGB (Red+Green+Blue) = 65+70+144=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #414690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414690 is #BEB96F. Grayscale: #4C4C4C. Windows color (decimal): -12499312 or 9455169. OLE color: 9455169.

HSL color Cylindrical-coordinate representation of color #414690: hue angle of 236.2º 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 #414690 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 70 144 -
CMYK 0.55 0.51 0 0.44
HSL 236.2º 0.38% 0.41% -
HSV(B) 236.2º 0.55% 0.56% -
XYZ 9.4 7.52 27.34 -
YUV 76.94 165.84 119.48 -
System Red Green Blue C M Y K H S L
Decimal 65 70 144 0.55 0.51 0 0.44 236.2 0.38 0.41
Hex 41 46 90 37 33 0 2C EC 26 29
Octal 101 106 220 67 63 0 54 354 46 51
Binary 1000001 1000110 10010000 110111 110011 0 101100 11101100 100110 101001

Color Harmonies of #414690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414690

Black with #414690

Text Example


Text Example

White with #414690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414690; }

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

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

background-color css

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

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

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

border-color css

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

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

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