Html Css Color HEX #3F3F7C Jacksons Purple

📋 copy color: '#3F3F7C'

red 63 ◦ green 63 ◦ blue 124

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

Shades of Jacksons Purple #3F3F7C

Tints of Jacksons Purple #3F3F7C

RGB

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

 GREEN value IS 63 (25% from 255) = 25.2%

 BLUE value IS 124 (48.83% from 255) = 49.6%

R = 25.2%
G = 25.2%
B = 49.6%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F3F7C (or 0x3F3F7C) is known color: Jacksons Purple. HEX triplet: 3F, 3F and 7C. RGB value is (63,63,124). Sum of RGB (Red+Green+Blue) = 63+63+124=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F3F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3F7C is #C0C083. Grayscale: #454545. Windows color (decimal): -12632196 or 8142655. OLE color: 8142655.

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

Color convert

RGB 63 63 124 -
CMYK 0.49 0.49 0 0.51
HSL 240º 0.33% 0.37% -
HSV(B) 240º 0.49% 0.49% -
XYZ 7.47 6.07 19.85 -
YUV 69.95 158.5 123.04 -
System Red Green Blue C M Y K H S L
Decimal 63 63 124 0.49 0.49 0 0.51 240 0.33 0.37
Hex 3F 3F 7C 31 31 0 33 F0 21 25
Octal 77 77 174 61 61 0 63 360 41 45
Binary 111111 111111 1111100 110001 110001 0 110011 11110000 100001 100101

Color Harmonies of #3F3F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3F7C

Black with #3F3F7C

Text Example


Text Example

White with #3F3F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,63,124); }

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

background-color css

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

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

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

border-color css

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

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

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