Html Css Color HEX #3F387E Jacksons Purple

📋 copy color: '#3F387E'

red 63 ◦ green 56 ◦ blue 126

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

Shades of Jacksons Purple #3F387E

Tints of Jacksons Purple #3F387E

RGB

 RED value IS 63 (25% from 255) = 25.71%

 GREEN value IS 56 (22.27% from 255) = 22.86%

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

R = 25.71%
G = 22.86%
B = 51.43%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F387E (or 0x3F387E) is known color: Jacksons Purple. HEX triplet: 3F, 38 and 7E. RGB value is (63,56,126). Sum of RGB (Red+Green+Blue) = 63+56+126=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 126 (49.61% from 255 or 51.43% from 245); Max value from RGB is 126 - color contains mainly: blue. Hex color #3F387E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F387E is #C0C781. Grayscale: #414141. Windows color (decimal): -12633986 or 8271935. OLE color: 8271935.

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

Color convert

RGB 63 56 126 -
CMYK 0.50 0.56 0 0.51
HSL 246º 0.38% 0.36% -
HSV(B) 246º 0.56% 0.49% -
XYZ 7.23 5.39 20.4 -
YUV 66.07 161.82 125.81 -
System Red Green Blue C M Y K H S L
Decimal 63 56 126 0.50 0.56 0 0.51 246 0.38 0.36
Hex 3F 38 7E 32 38 0 33 F6 26 24
Octal 77 70 176 62 70 0 63 366 46 44
Binary 111111 111000 1111110 110010 111000 0 110011 11110110 100110 100100

Color Harmonies of #3F387E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F387E

Black with #3F387E

Text Example


Text Example

White with #3F387E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F387E; }

 p { color: rgb(63,56,126); }

 H1.HeaderClassName
 {
   color: #3F387E;
 }
 .AnyTagClassName
 {
   color: #3F387E;
 }
</style>

background-color css

<style>
 a { background-color: #3F387E; }

 a { background-color: rgb(63,56,126); }

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

border-color css

<style>
 span { border-color: #3F387E; }

 span { border-color: rgb(63,56,126); }

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