Html Css Color HEX #423978 Jacksons Purple

📋 copy color: '#423978'

red 66 ◦ green 57 ◦ blue 120

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

Shades of Jacksons Purple #423978

Tints of Jacksons Purple #423978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 49.38%

R = 27.16%
G = 23.46%
B = 49.38%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#423978 (or 0x423978) is known color: Jacksons Purple. HEX triplet: 42, 39 and 78. RGB value is (66,57,120). Sum of RGB (Red+Green+Blue) = 66+57+120=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #423978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423978 is #BDC687. Grayscale: #424242. Windows color (decimal): -12437128 or 7878978. OLE color: 7878978.

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

Color convert

RGB 66 57 120 -
CMYK 0.45 0.52 0 0.53
HSL 248.57º 0.36% 0.35% -
HSV(B) 248.57º 0.53% 0.47% -
XYZ 7.1 5.44 18.45 -
YUV 66.87 157.98 127.38 -
System Red Green Blue C M Y K H S L
Decimal 66 57 120 0.45 0.52 0 0.53 248.57 0.36 0.35
Hex 42 39 78 2D 34 0 35 F9 24 23
Octal 102 71 170 55 64 0 65 371 44 43
Binary 1000010 111001 1111000 101101 110100 0 110101 11111001 100100 100011

Color Harmonies of #423978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423978

Black with #423978

Text Example


Text Example

White with #423978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423978; }

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

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

background-color css

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

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

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

border-color css

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

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

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