Html Css Color HEX #424380 Jacksons Purple

📋 copy color: '#424380'

red 66 ◦ green 67 ◦ blue 128

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

Shades of Jacksons Purple #424380

Tints of Jacksons Purple #424380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.67%

 BLUE value IS 128 (50.39% from 255) = 49.04%

R = 25.29%
G = 25.67%
B = 49.04%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#424380 (or 0x424380) is known color: Jacksons Purple. HEX triplet: 42, 43 and 80. RGB value is (66,67,128). Sum of RGB (Red+Green+Blue) = 66+67+128=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #424380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424380 is #BDBC7F. Grayscale: #494949. Windows color (decimal): -12434560 or 8405826. OLE color: 8405826.

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

Color convert

RGB 66 67 128 -
CMYK 0.48 0.48 0 0.50
HSL 239.03º 0.32% 0.38% -
HSV(B) 239.03º 0.48% 0.5% -
XYZ 8.15 6.73 21.29 -
YUV 73.66 158.67 122.54 -
System Red Green Blue C M Y K H S L
Decimal 66 67 128 0.48 0.48 0 0.50 239.03 0.32 0.38
Hex 42 43 80 30 30 0 32 EF 20 26
Octal 102 103 200 60 60 0 62 357 40 46
Binary 1000010 1000011 10000000 110000 110000 0 110010 11101111 100000 100110

Color Harmonies of #424380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424380

Black with #424380

Text Example


Text Example

White with #424380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424380; }

 p { color: rgb(66,67,128); }

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

background-color css

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

 a { background-color: rgb(66,67,128); }

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

border-color css

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

 span { border-color: rgb(66,67,128); }

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