Html Css Color HEX #414381 Jacksons Purple

📋 copy color: '#414381'

red 65 ◦ green 67 ◦ blue 129

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

Shades of Jacksons Purple #414381

Tints of Jacksons Purple #414381

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.67%

 BLUE value IS 129 (50.78% from 255) = 49.43%

R = 24.9%
G = 25.67%
B = 49.43%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#414381 (or 0x414381) is known color: Jacksons Purple. HEX triplet: 41, 43 and 81. RGB value is (65,67,129). Sum of RGB (Red+Green+Blue) = 65+67+129=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #414381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414381 is #BEBC7E. Grayscale: #494949. Windows color (decimal): -12500095 or 8471361. OLE color: 8471361.

HSL color Cylindrical-coordinate representation of color #414381: hue angle of 238.12º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #414381 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 67 129 -
CMYK 0.50 0.48 0 0.49
HSL 238.13º 0.33% 0.38% -
HSV(B) 238.13º 0.5% 0.51% -
XYZ 8.15 6.72 21.64 -
YUV 73.47 159.34 121.96 -
System Red Green Blue C M Y K H S L
Decimal 65 67 129 0.50 0.48 0 0.49 238.13 0.33 0.38
Hex 41 43 81 32 30 0 31 EE 21 26
Octal 101 103 201 62 60 0 61 356 41 46
Binary 1000001 1000011 10000001 110010 110000 0 110001 11101110 100001 100110

Color Harmonies of #414381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414381

Black with #414381

Text Example


Text Example

White with #414381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414381; }

 p { color: rgb(65,67,129); }

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

background-color css

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

 a { background-color: rgb(65,67,129); }

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

border-color css

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

 span { border-color: rgb(65,67,129); }

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