Html Css Color HEX #423C78 Jacksons Purple

📋 copy color: '#423C78'

red 66 ◦ green 60 ◦ blue 120

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

Shades of Jacksons Purple #423C78

Tints of Jacksons Purple #423C78

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.39%

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

R = 26.83%
G = 24.39%
B = 48.78%

CMYK

 C value IS 0.45

 M value IS 0.5

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#423C78 (or 0x423C78) is known color: Jacksons Purple. HEX triplet: 42, 3C and 78. RGB value is (66,60,120). Sum of RGB (Red+Green+Blue) = 66+60+120=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #423C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423C78 is #BDC387. Grayscale: #444444. Windows color (decimal): -12436360 or 7879746. OLE color: 7879746.

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

Color convert

RGB 66 60 120 -
CMYK 0.45 0.5 0 0.53
HSL 246º 0.33% 0.35% -
HSV(B) 246º 0.5% 0.47% -
XYZ 7.25 5.75 18.5 -
YUV 68.63 156.99 126.12 -
System Red Green Blue C M Y K H S L
Decimal 66 60 120 0.45 0.5 0 0.53 246 0.33 0.35
Hex 42 3C 78 2D 32 0 35 F6 21 23
Octal 102 74 170 55 62 0 65 366 41 43
Binary 1000010 111100 1111000 101101 110010 0 110101 11110110 100001 100011

Color Harmonies of #423C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423C78

Black with #423C78

Text Example


Text Example

White with #423C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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