Html Css Color HEX #39427E Jacksons Purple

📋 copy color: '#39427E'

red 57 ◦ green 66 ◦ blue 126

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

Shades of Jacksons Purple #39427E

Tints of Jacksons Purple #39427E

RGB

 RED value IS 57 (22.66% from 255) = 22.89%

 GREEN value IS 66 (26.17% from 255) = 26.51%

 BLUE value IS 126 (49.61% from 255) = 50.6%

R = 22.89%
G = 26.51%
B = 50.6%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#39427E (or 0x39427E) is known color: Jacksons Purple. HEX triplet: 39, 42 and 7E. RGB value is (57,66,126). Sum of RGB (Red+Green+Blue) = 57+66+126=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 126 (49.61% from 255 or 50.60% from 249); Max value from RGB is 126 - color contains mainly: blue. Hex color #39427E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39427E is #C6BD81. Grayscale: #454545. Windows color (decimal): -13024642 or 8274489. OLE color: 8274489.

HSL color Cylindrical-coordinate representation of color #39427E: hue angle of 232.17º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #39427E is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 66 126 -
CMYK 0.55 0.48 0 0.51
HSL 232.17º 0.38% 0.36% -
HSV(B) 232.17º 0.55% 0.49% -
XYZ 7.4 6.27 20.56 -
YUV 70.15 159.52 118.62 -
System Red Green Blue C M Y K H S L
Decimal 57 66 126 0.55 0.48 0 0.51 232.17 0.38 0.36
Hex 39 42 7E 37 30 0 33 E8 26 24
Octal 71 102 176 67 60 0 63 350 46 44
Binary 111001 1000010 1111110 110111 110000 0 110011 11101000 100110 100100

Color Harmonies of #39427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39427E

Black with #39427E

Text Example


Text Example

White with #39427E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39427E; }

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

 H1.HeaderClassName
 {
   color: #39427E;
 }
 .AnyTagClassName
 {
   color: #39427E;
 }
</style>

background-color css

<style>
 a { background-color: #39427E; }

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

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

border-color css

<style>
 span { border-color: #39427E; }

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

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