Html Css Color HEX #424985 Jacksons Purple

📋 copy color: '#424985'

red 66 ◦ green 73 ◦ blue 133

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

Shades of Jacksons Purple #424985

Tints of Jacksons Purple #424985

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.84%

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

R = 24.26%
G = 26.84%
B = 48.9%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#424985 (or 0x424985) is known color: Jacksons Purple. HEX triplet: 42, 49 and 85. RGB value is (66,73,133). Sum of RGB (Red+Green+Blue) = 66+73+133=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #424985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424985 is #BDB67A. Grayscale: #4D4D4D. Windows color (decimal): -12433019 or 8735042. OLE color: 8735042.

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

Color convert

RGB 66 73 133 -
CMYK 0.50 0.45 0 0.48
HSL 233.73º 0.34% 0.39% -
HSV(B) 233.73º 0.5% 0.52% -
XYZ 8.86 7.62 23.19 -
YUV 77.75 159.18 119.62 -
System Red Green Blue C M Y K H S L
Decimal 66 73 133 0.50 0.45 0 0.48 233.73 0.34 0.39
Hex 42 49 85 32 2D 0 30 EA 22 27
Octal 102 111 205 62 55 0 60 352 42 47
Binary 1000010 1001001 10000101 110010 101101 0 110000 11101010 100010 100111

Color Harmonies of #424985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424985

Black with #424985

Text Example


Text Example

White with #424985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424985; }

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

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

background-color css

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

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

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

border-color css

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

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

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