Html Css Color HEX #423D79 Jacksons Purple

📋 copy color: '#423D79'

red 66 ◦ green 61 ◦ blue 121

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

Shades of Jacksons Purple #423D79

Tints of Jacksons Purple #423D79

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.6%

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

R = 26.61%
G = 24.6%
B = 48.79%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#423D79 (or 0x423D79) is known color: Jacksons Purple. HEX triplet: 42, 3D and 79. RGB value is (66,61,121). Sum of RGB (Red+Green+Blue) = 66+61+121=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 121 (47.66% from 255 or 48.79% from 248); Max value from RGB is 121 - color contains mainly: blue. Hex color #423D79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423D79 is #BDC286. Grayscale: #454545. Windows color (decimal): -12436103 or 7945538. OLE color: 7945538.

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

Color convert

RGB 66 61 121 -
CMYK 0.45 0.50 0 0.53
HSL 245º 0.33% 0.36% -
HSV(B) 245º 0.5% 0.47% -
XYZ 7.37 5.88 18.84 -
YUV 69.34 157.16 125.62 -
System Red Green Blue C M Y K H S L
Decimal 66 61 121 0.45 0.50 0 0.53 245 0.33 0.36
Hex 42 3D 79 2D 32 0 35 F5 21 24
Octal 102 75 171 55 62 0 65 365 41 44
Binary 1000010 111101 1111001 101101 110010 0 110101 11110101 100001 100100

Color Harmonies of #423D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423D79

Black with #423D79

Text Example


Text Example

White with #423D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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