Html Css Color HEX #42397B Jacksons Purple

📋 copy color: '#42397B'

red 66 ◦ green 57 ◦ blue 123

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

Shades of Jacksons Purple #42397B

Tints of Jacksons Purple #42397B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 50%

R = 26.83%
G = 23.17%
B = 50%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42397B (or 0x42397B) is known color: Jacksons Purple. HEX triplet: 42, 39 and 7B. RGB value is (66,57,123). Sum of RGB (Red+Green+Blue) = 66+57+123=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 123 (48.44% from 255 or 50% from 246); Max value from RGB is 123 - color contains mainly: blue. Hex color #42397B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42397B is #BDC684. Grayscale: #424242. Windows color (decimal): -12437125 or 8075586. OLE color: 8075586.

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

Color convert

RGB 66 57 123 -
CMYK 0.46 0.54 0 0.52
HSL 248.18º 0.37% 0.35% -
HSV(B) 248.18º 0.54% 0.48% -
XYZ 7.29 5.51 19.42 -
YUV 67.22 159.48 127.13 -
System Red Green Blue C M Y K H S L
Decimal 66 57 123 0.46 0.54 0 0.52 248.18 0.37 0.35
Hex 42 39 7B 2E 36 0 34 F8 25 23
Octal 102 71 173 56 66 0 64 370 45 43
Binary 1000010 111001 1111011 101110 110110 0 110100 11111000 100101 100011

Color Harmonies of #42397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42397B

Black with #42397B

Text Example


Text Example

White with #42397B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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