Html Css Color HEX #424381 Jacksons Purple

📋 copy color: '#424381'

red 66 ◦ green 67 ◦ blue 129

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

Shades of Jacksons Purple #424381

Tints of Jacksons Purple #424381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 49.24%

R = 25.19%
G = 25.57%
B = 49.24%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#424381 (or 0x424381) is known color: Jacksons Purple. HEX triplet: 42, 43 and 81. RGB value is (66,67,129). Sum of RGB (Red+Green+Blue) = 66+67+129=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 129 (50.78% from 255 or 49.24% from 262); Max value from RGB is 129 - color contains mainly: blue. Hex color #424381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424381 is #BDBC7E. Grayscale: #494949. Windows color (decimal): -12434559 or 8471362. OLE color: 8471362.

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

Color convert

RGB 66 67 129 -
CMYK 0.49 0.48 0 0.49
HSL 239.05º 0.32% 0.38% -
HSV(B) 239.05º 0.49% 0.51% -
XYZ 8.22 6.76 21.64 -
YUV 73.77 159.17 122.46 -
System Red Green Blue C M Y K H S L
Decimal 66 67 129 0.49 0.48 0 0.49 239.05 0.32 0.38
Hex 42 43 81 31 30 0 31 EF 20 26
Octal 102 103 201 61 60 0 61 357 40 46
Binary 1000010 1000011 10000001 110001 110000 0 110001 11101111 100000 100110

Color Harmonies of #424381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424381

Black with #424381

Text Example


Text Example

White with #424381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424381; }

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

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

background-color css

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

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

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

border-color css

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

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

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