Html Css Color HEX #423F78 Jacksons Purple

📋 copy color: '#423F78'

red 66 ◦ green 63 ◦ blue 120

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

Shades of Jacksons Purple #423F78

Tints of Jacksons Purple #423F78

RGB

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

 GREEN value IS 63 (25% from 255) = 25.3%

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

R = 26.51%
G = 25.3%
B = 48.19%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#423F78 (or 0x423F78) is known color: Jacksons Purple. HEX triplet: 42, 3F and 78. RGB value is (66,63,120). Sum of RGB (Red+Green+Blue) = 66+63+120=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 120 - color contains mainly: blue. Hex color #423F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423F78 is #BDC087. Grayscale: #464646. Windows color (decimal): -12435592 or 7880514. OLE color: 7880514.

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

Color convert

RGB 66 63 120 -
CMYK 0.45 0.48 0 0.53
HSL 243.16º 0.31% 0.36% -
HSV(B) 243.16º 0.48% 0.47% -
XYZ 7.41 6.07 18.55 -
YUV 70.4 155.99 124.87 -
System Red Green Blue C M Y K H S L
Decimal 66 63 120 0.45 0.48 0 0.53 243.16 0.31 0.36
Hex 42 3F 78 2D 30 0 35 F3 1F 24
Octal 102 77 170 55 60 0 65 363 37 44
Binary 1000010 111111 1111000 101101 110000 0 110101 11110011 11111 100100

Color Harmonies of #423F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423F78

Black with #423F78

Text Example


Text Example

White with #423F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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