Html Css Color HEX #423979 Jacksons Purple

📋 copy color: '#423979'

red 66 ◦ green 57 ◦ blue 121

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

Shades of Jacksons Purple #423979

Tints of Jacksons Purple #423979

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.36%

 BLUE value IS 121 (47.66% from 255) = 49.59%

R = 27.05%
G = 23.36%
B = 49.59%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#423979 (or 0x423979) is known color: Jacksons Purple. HEX triplet: 42, 39 and 79. RGB value is (66,57,121). Sum of RGB (Red+Green+Blue) = 66+57+121=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 121 (47.66% from 255 or 49.59% from 244); Max value from RGB is 121 - color contains mainly: blue. Hex color #423979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423979 is #BDC686. Grayscale: #424242. Windows color (decimal): -12437127 or 7944514. OLE color: 7944514.

HSL color Cylindrical-coordinate representation of color #423979: hue angle of 248.44º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #423979 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 57 121 -
CMYK 0.45 0.53 0 0.53
HSL 248.44º 0.36% 0.35% -
HSV(B) 248.44º 0.53% 0.47% -
XYZ 7.16 5.46 18.77 -
YUV 66.99 158.48 127.3 -
System Red Green Blue C M Y K H S L
Decimal 66 57 121 0.45 0.53 0 0.53 248.44 0.36 0.35
Hex 42 39 79 2D 35 0 35 F8 24 23
Octal 102 71 171 55 65 0 65 370 44 43
Binary 1000010 111001 1111001 101101 110101 0 110101 11111000 100100 100011

Color Harmonies of #423979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423979

Black with #423979

Text Example


Text Example

White with #423979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423979; }

 p { color: rgb(66,57,121); }

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

background-color css

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

 a { background-color: rgb(66,57,121); }

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

border-color css

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

 span { border-color: rgb(66,57,121); }

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