Html Css Color HEX #42397C Jacksons Purple

📋 copy color: '#42397C'

red 66 ◦ green 57 ◦ blue 124

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

Shades of Jacksons Purple #42397C

Tints of Jacksons Purple #42397C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 50.2%

R = 26.72%
G = 23.08%
B = 50.2%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42397C (or 0x42397C) is known color: Jacksons Purple. HEX triplet: 42, 39 and 7C. RGB value is (66,57,124). Sum of RGB (Red+Green+Blue) = 66+57+124=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #42397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42397C is #BDC683. Grayscale: #434343. Windows color (decimal): -12437124 or 8141122. OLE color: 8141122.

HSL color Cylindrical-coordinate representation of color #42397C: hue angle of 248.06º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42397C is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 57 124 -
CMYK 0.47 0.54 0 0.51
HSL 248.06º 0.37% 0.35% -
HSV(B) 248.06º 0.54% 0.49% -
XYZ 7.35 5.54 19.75 -
YUV 67.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 66 57 124 0.47 0.54 0 0.51 248.06 0.37 0.35
Hex 42 39 7C 2F 36 0 33 F8 25 23
Octal 102 71 174 57 66 0 63 370 45 43
Binary 1000010 111001 1111100 101111 110110 0 110011 11111000 100101 100011

Color Harmonies of #42397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42397C

Black with #42397C

Text Example


Text Example

White with #42397C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42397C; }

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

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

background-color css

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

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

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

border-color css

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

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

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