Html Css Color HEX #424684 Jacksons Purple

📋 copy color: '#424684'

red 66 ◦ green 70 ◦ blue 132

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

Shades of Jacksons Purple #424684

Tints of Jacksons Purple #424684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 49.25%

R = 24.63%
G = 26.12%
B = 49.25%

CMYK

 C value IS 0.5

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#424684 (or 0x424684) is known color: Jacksons Purple. HEX triplet: 42, 46 and 84. RGB value is (66,70,132). Sum of RGB (Red+Green+Blue) = 66+70+132=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #424684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424684 is #BDB97B. Grayscale: #4B4B4B. Windows color (decimal): -12433788 or 8668738. OLE color: 8668738.

HSL color Cylindrical-coordinate representation of color #424684: hue angle of 236.36º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #424684 is Cyan = 0.5, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 70 132 -
CMYK 0.5 0.47 0 0.48
HSL 236.36º 0.33% 0.39% -
HSV(B) 236.36º 0.5% 0.52% -
XYZ 8.6 7.2 22.77 -
YUV 75.87 159.67 120.96 -
System Red Green Blue C M Y K H S L
Decimal 66 70 132 0.5 0.47 0 0.48 236.36 0.33 0.39
Hex 42 46 84 32 2F 0 30 EC 21 27
Octal 102 106 204 62 57 0 60 354 41 47
Binary 1000010 1000110 10000100 110010 101111 0 110000 11101100 100001 100111

Color Harmonies of #424684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424684

Black with #424684

Text Example


Text Example

White with #424684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424684; }

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

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

background-color css

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

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

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

border-color css

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

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

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