Html Css Color HEX #42457B Jacksons Purple

📋 copy color: '#42457B'

red 66 ◦ green 69 ◦ blue 123

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

Shades of Jacksons Purple #42457B

Tints of Jacksons Purple #42457B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.74%

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

R = 25.58%
G = 26.74%
B = 47.67%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42457B (or 0x42457B) is known color: Jacksons Purple. HEX triplet: 42, 45 and 7B. RGB value is (66,69,123). Sum of RGB (Red+Green+Blue) = 66+69+123=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 123 - color contains mainly: blue. Hex color #42457B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42457B is #BDBA84. Grayscale: #4A4A4A. Windows color (decimal): -12434053 or 8078658. OLE color: 8078658.

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

Color convert

RGB 66 69 123 -
CMYK 0.46 0.44 0 0.52
HSL 236.84º 0.3% 0.37% -
HSV(B) 236.84º 0.46% 0.48% -
XYZ 7.95 6.84 19.64 -
YUV 74.26 155.51 122.11 -
System Red Green Blue C M Y K H S L
Decimal 66 69 123 0.46 0.44 0 0.52 236.84 0.3 0.37
Hex 42 45 7B 2E 2C 0 34 ED 1E 25
Octal 102 105 173 56 54 0 64 355 36 45
Binary 1000010 1000101 1111011 101110 101100 0 110100 11101101 11110 100101

Color Harmonies of #42457B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42457B

Black with #42457B

Text Example


Text Example

White with #42457B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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