Html Css Color HEX #414277 Jacksons Purple

📋 copy color: '#414277'

red 65 ◦ green 66 ◦ blue 119

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

Shades of Jacksons Purple #414277

Tints of Jacksons Purple #414277

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.4%

 BLUE value IS 119 (46.88% from 255) = 47.6%

R = 26%
G = 26.4%
B = 47.6%

CMYK

 C value IS 0.45

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#414277 (or 0x414277) is known color: Jacksons Purple. HEX triplet: 41, 42 and 77. RGB value is (65,66,119). Sum of RGB (Red+Green+Blue) = 65+66+119=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 119 - color contains mainly: blue. Hex color #414277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414277 is #BEBD88. Grayscale: #474747. Windows color (decimal): -12500361 or 7815745. OLE color: 7815745.

HSL color Cylindrical-coordinate representation of color #414277: hue angle of 238.89º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #414277 is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 66 119 -
CMYK 0.45 0.45 0 0.53
HSL 238.89º 0.29% 0.36% -
HSV(B) 238.89º 0.45% 0.47% -
XYZ 7.46 6.35 18.29 -
YUV 71.74 154.67 123.19 -
System Red Green Blue C M Y K H S L
Decimal 65 66 119 0.45 0.45 0 0.53 238.89 0.29 0.36
Hex 41 42 77 2D 2D 0 35 EF 1D 24
Octal 101 102 167 55 55 0 65 357 35 44
Binary 1000001 1000010 1110111 101101 101101 0 110101 11101111 11101 100100

Color Harmonies of #414277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414277

Black with #414277

Text Example


Text Example

White with #414277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414277; }

 p { color: rgb(65,66,119); }

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

background-color css

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

 a { background-color: rgb(65,66,119); }

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

border-color css

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

 span { border-color: rgb(65,66,119); }

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