Html Css Color HEX #424085 Jacksons Purple

📋 copy color: '#424085'

red 66 ◦ green 64 ◦ blue 133

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

Shades of Jacksons Purple #424085

Tints of Jacksons Purple #424085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.33%

 BLUE value IS 133 (52.34% from 255) = 50.57%

R = 25.1%
G = 24.33%
B = 50.57%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#424085 (or 0x424085) is known color: Jacksons Purple. HEX triplet: 42, 40 and 85. RGB value is (66,64,133). Sum of RGB (Red+Green+Blue) = 66+64+133=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #424085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424085 is #BDBF7A. Grayscale: #484848. Windows color (decimal): -12435323 or 8732738. OLE color: 8732738.

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

Color convert

RGB 66 64 133 -
CMYK 0.50 0.52 0 0.48
HSL 241.74º 0.35% 0.39% -
HSV(B) 241.74º 0.52% 0.52% -
XYZ 8.31 6.52 23.01 -
YUV 72.46 162.16 123.39 -
System Red Green Blue C M Y K H S L
Decimal 66 64 133 0.50 0.52 0 0.48 241.74 0.35 0.39
Hex 42 40 85 32 34 0 30 F2 23 27
Octal 102 100 205 62 64 0 60 362 43 47
Binary 1000010 1000000 10000101 110010 110100 0 110000 11110010 100011 100111

Color Harmonies of #424085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424085

Black with #424085

Text Example


Text Example

White with #424085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424085; }

 p { color: rgb(66,64,133); }

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

background-color css

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

 a { background-color: rgb(66,64,133); }

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

border-color css

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

 span { border-color: rgb(66,64,133); }

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