Html Css Color HEX #424585 Jacksons Purple

📋 copy color: '#424585'

red 66 ◦ green 69 ◦ blue 133

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

Shades of Jacksons Purple #424585

Tints of Jacksons Purple #424585

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.75%

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

R = 24.63%
G = 25.75%
B = 49.63%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#424585 (or 0x424585) is known color: Jacksons Purple. HEX triplet: 42, 45 and 85. RGB value is (66,69,133). Sum of RGB (Red+Green+Blue) = 66+69+133=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #424585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424585 is #BDBA7A. Grayscale: #4B4B4B. Windows color (decimal): -12434043 or 8734018. OLE color: 8734018.

HSL color Cylindrical-coordinate representation of color #424585: hue angle of 237.31º degrees, saturation: 0.34, 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 #424585 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 69 133 -
CMYK 0.50 0.48 0 0.48
HSL 237.31º 0.34% 0.39% -
HSV(B) 237.31º 0.5% 0.52% -
XYZ 8.61 7.11 23.11 -
YUV 75.4 160.51 121.3 -
System Red Green Blue C M Y K H S L
Decimal 66 69 133 0.50 0.48 0 0.48 237.31 0.34 0.39
Hex 42 45 85 32 30 0 30 ED 22 27
Octal 102 105 205 62 60 0 60 355 42 47
Binary 1000010 1000101 10000101 110010 110000 0 110000 11101101 100010 100111

Color Harmonies of #424585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424585

Black with #424585

Text Example


Text Example

White with #424585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424585; }

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

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

background-color css

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

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

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

border-color css

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

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

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