Html Css Color HEX #424681 Jacksons Purple

📋 copy color: '#424681'

red 66 ◦ green 70 ◦ blue 129

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

Shades of Jacksons Purple #424681

Tints of Jacksons Purple #424681

RGB

 RED value IS 66 (26.17% from 255) = 24.91%

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

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

R = 24.91%
G = 26.42%
B = 48.68%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#424681 (or 0x424681) is known color: Jacksons Purple. HEX triplet: 42, 46 and 81. RGB value is (66,70,129). Sum of RGB (Red+Green+Blue) = 66+70+129=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 129 (50.78% from 255 or 48.68% from 265); Max value from RGB is 129 - color contains mainly: blue. Hex color #424681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424681 is #BDB97E. Grayscale: #4B4B4B. Windows color (decimal): -12433791 or 8472130. OLE color: 8472130.

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

Color convert

RGB 66 70 129 -
CMYK 0.49 0.46 0 0.49
HSL 236.19º 0.32% 0.38% -
HSV(B) 236.19º 0.49% 0.51% -
XYZ 8.4 7.12 21.7 -
YUV 75.53 158.17 121.2 -
System Red Green Blue C M Y K H S L
Decimal 66 70 129 0.49 0.46 0 0.49 236.19 0.32 0.38
Hex 42 46 81 31 2E 0 31 EC 20 26
Octal 102 106 201 61 56 0 61 354 40 46
Binary 1000010 1000110 10000001 110001 101110 0 110001 11101100 100000 100110

Color Harmonies of #424681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424681

Black with #424681

Text Example


Text Example

White with #424681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424681; }

 p { color: rgb(66,70,129); }

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

background-color css

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

 a { background-color: rgb(66,70,129); }

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

border-color css

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

 span { border-color: rgb(66,70,129); }

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