Html Css Color HEX #42417B Jacksons Purple

📋 copy color: '#42417B'

red 66 ◦ green 65 ◦ blue 123

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

Shades of Jacksons Purple #42417B

Tints of Jacksons Purple #42417B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.59%

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

R = 25.98%
G = 25.59%
B = 48.43%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42417B (or 0x42417B) is known color: Jacksons Purple. HEX triplet: 42, 41 and 7B. RGB value is (66,65,123). Sum of RGB (Red+Green+Blue) = 66+65+123=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #42417B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42417B is #BDBE84. Grayscale: #474747. Windows color (decimal): -12435077 or 8077634. OLE color: 8077634.

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

Color convert

RGB 66 65 123 -
CMYK 0.46 0.47 0 0.52
HSL 241.03º 0.31% 0.37% -
HSV(B) 241.03º 0.47% 0.48% -
XYZ 7.71 6.37 19.56 -
YUV 71.91 156.83 123.78 -
System Red Green Blue C M Y K H S L
Decimal 66 65 123 0.46 0.47 0 0.52 241.03 0.31 0.37
Hex 42 41 7B 2E 2F 0 34 F1 1F 25
Octal 102 101 173 56 57 0 64 361 37 45
Binary 1000010 1000001 1111011 101110 101111 0 110100 11110001 11111 100101

Color Harmonies of #42417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42417B

Black with #42417B

Text Example


Text Example

White with #42417B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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