Html Css Color HEX #424682 Jacksons Purple

📋 copy color: '#424682'

red 66 ◦ green 70 ◦ blue 130

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

Shades of Jacksons Purple #424682

Tints of Jacksons Purple #424682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 48.87%

R = 24.81%
G = 26.32%
B = 48.87%

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

#424682 (or 0x424682) is known color: Jacksons Purple. HEX triplet: 42, 46 and 82. RGB value is (66,70,130). Sum of RGB (Red+Green+Blue) = 66+70+130=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #424682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424682 is #BDB97D. Grayscale: #4B4B4B. Windows color (decimal): -12433790 or 8537666. OLE color: 8537666.

HSL color Cylindrical-coordinate representation of color #424682: hue angle of 236.25º degrees, saturation: 0.33, 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 #424682 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 70 130 -
CMYK 0.49 0.46 0 0.49
HSL 236.25º 0.33% 0.38% -
HSV(B) 236.25º 0.49% 0.51% -
XYZ 8.47 7.15 22.05 -
YUV 75.64 158.67 121.12 -
System Red Green Blue C M Y K H S L
Decimal 66 70 130 0.49 0.46 0 0.49 236.25 0.33 0.38
Hex 42 46 82 31 2E 0 31 EC 21 26
Octal 102 106 202 61 56 0 61 354 41 46
Binary 1000010 1000110 10000010 110001 101110 0 110001 11101100 100001 100110

Color Harmonies of #424682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424682

Black with #424682

Text Example


Text Example

White with #424682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424682; }

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

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

background-color css

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

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

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

border-color css

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

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

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