Html Css Color HEX #42387A Jacksons Purple

📋 copy color: '#42387A'

red 66 ◦ green 56 ◦ blue 122

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

Shades of Jacksons Purple #42387A

Tints of Jacksons Purple #42387A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.95%

 BLUE value IS 122 (48.05% from 255) = 50%

R = 27.05%
G = 22.95%
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

#42387A (or 0x42387A) is known color: Jacksons Purple. HEX triplet: 42, 38 and 7A. RGB value is (66,56,122). Sum of RGB (Red+Green+Blue) = 66+56+122=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 122 (48.05% from 255 or 50% from 244); Max value from RGB is 122 - color contains mainly: blue. Hex color #42387A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42387A is #BDC785. Grayscale: #424242. Windows color (decimal): -12437382 or 8009794. OLE color: 8009794.

HSL color Cylindrical-coordinate representation of color #42387A: hue angle of 249.09º 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 #42387A is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 56 122 -
CMYK 0.46 0.54 0 0.52
HSL 249.09º 0.37% 0.35% -
HSV(B) 249.09º 0.54% 0.48% -
XYZ 7.17 5.39 19.07 -
YUV 66.51 159.31 127.63 -
System Red Green Blue C M Y K H S L
Decimal 66 56 122 0.46 0.54 0 0.52 249.09 0.37 0.35
Hex 42 38 7A 2E 36 0 34 F9 25 23
Octal 102 70 172 56 66 0 64 371 45 43
Binary 1000010 111000 1111010 101110 110110 0 110100 11111001 100101 100011

Color Harmonies of #42387A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42387A

Black with #42387A

Text Example


Text Example

White with #42387A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42387A; }

 p { color: rgb(66,56,122); }

 H1.HeaderClassName
 {
   color: #42387A;
 }
 .AnyTagClassName
 {
   color: #42387A;
 }
</style>

background-color css

<style>
 a { background-color: #42387A; }

 a { background-color: rgb(66,56,122); }

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

border-color css

<style>
 span { border-color: #42387A; }

 span { border-color: rgb(66,56,122); }

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