Html Css Color HEX #423A79 Jacksons Purple

📋 copy color: '#423A79'

red 66 ◦ green 58 ◦ blue 121

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

Shades of Jacksons Purple #423A79

Tints of Jacksons Purple #423A79

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.67%

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

R = 26.94%
G = 23.67%
B = 49.39%

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

#423A79 (or 0x423A79) is known color: Jacksons Purple. HEX triplet: 42, 3A and 79. RGB value is (66,58,121). Sum of RGB (Red+Green+Blue) = 66+58+121=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 121 (47.66% from 255 or 49.39% from 245); Max value from RGB is 121 - color contains mainly: blue. Hex color #423A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423A79 is #BDC586. Grayscale: #434343. Windows color (decimal): -12436871 or 7944770. OLE color: 7944770.

HSL color Cylindrical-coordinate representation of color #423A79: hue angle of 247.62º degrees, saturation: 0.35, 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 #423A79 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 58 121 -
CMYK 0.45 0.52 0 0.53
HSL 247.62º 0.35% 0.35% -
HSV(B) 247.62º 0.52% 0.47% -
XYZ 7.21 5.56 18.78 -
YUV 67.57 158.15 126.88 -
System Red Green Blue C M Y K H S L
Decimal 66 58 121 0.45 0.52 0 0.53 247.62 0.35 0.35
Hex 42 3A 79 2D 34 0 35 F8 23 23
Octal 102 72 171 55 64 0 65 370 43 43
Binary 1000010 111010 1111001 101101 110100 0 110101 11111000 100011 100011

Color Harmonies of #423A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423A79

Black with #423A79

Text Example


Text Example

White with #423A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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