Html Css Color HEX #39407E Jacksons Purple

📋 copy color: '#39407E'

red 57 ◦ green 64 ◦ blue 126

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

Shades of Jacksons Purple #39407E

Tints of Jacksons Purple #39407E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.91%

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

R = 23.08%
G = 25.91%
B = 51.01%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#39407E (or 0x39407E) is known color: Jacksons Purple. HEX triplet: 39, 40 and 7E. RGB value is (57,64,126). Sum of RGB (Red+Green+Blue) = 57+64+126=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 126 (49.61% from 255 or 51.01% from 247); Max value from RGB is 126 - color contains mainly: blue. Hex color #39407E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39407E is #C6BF81. Grayscale: #444444. Windows color (decimal): -13025154 or 8273977. OLE color: 8273977.

HSL color Cylindrical-coordinate representation of color #39407E: hue angle of 233.91º 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 #39407E is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 64 126 -
CMYK 0.55 0.49 0 0.51
HSL 233.91º 0.38% 0.36% -
HSV(B) 233.91º 0.55% 0.49% -
XYZ 7.29 6.04 20.52 -
YUV 68.98 160.18 119.46 -
System Red Green Blue C M Y K H S L
Decimal 57 64 126 0.55 0.49 0 0.51 233.91 0.38 0.36
Hex 39 40 7E 37 31 0 33 EA 26 24
Octal 71 100 176 67 61 0 63 352 46 44
Binary 111001 1000000 1111110 110111 110001 0 110011 11101010 100110 100100

Color Harmonies of #39407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39407E

Black with #39407E

Text Example


Text Example

White with #39407E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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