Html Css Color HEX #42458B Jacksons Purple

📋 copy color: '#42458B'

red 66 ◦ green 69 ◦ blue 139

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

Shades of Jacksons Purple #42458B

Tints of Jacksons Purple #42458B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.73%

R = 24.09%
G = 25.18%
B = 50.73%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42458B (or 0x42458B) is known color: Jacksons Purple. HEX triplet: 42, 45 and 8B. RGB value is (66,69,139). Sum of RGB (Red+Green+Blue) = 66+69+139=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #42458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42458B is #BDBA74. Grayscale: #4B4B4B. Windows color (decimal): -12434037 or 9127234. OLE color: 9127234.

HSL color Cylindrical-coordinate representation of color #42458B: hue angle of 237.53º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42458B is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 69 139 -
CMYK 0.53 0.50 0 0.45
HSL 237.53º 0.36% 0.4% -
HSV(B) 237.53º 0.53% 0.55% -
XYZ 9.04 7.28 25.35 -
YUV 76.08 163.51 120.81 -
System Red Green Blue C M Y K H S L
Decimal 66 69 139 0.53 0.50 0 0.45 237.53 0.36 0.4
Hex 42 45 8B 35 32 0 2D EE 24 28
Octal 102 105 213 65 62 0 55 356 44 50
Binary 1000010 1000101 10001011 110101 110010 0 101101 11101110 100100 101000

Color Harmonies of #42458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42458B

Black with #42458B

Text Example


Text Example

White with #42458B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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