Html Css Color HEX #3F3C7D Jacksons Purple

📋 copy color: '#3F3C7D'

red 63 ◦ green 60 ◦ blue 125

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

Shades of Jacksons Purple #3F3C7D

Tints of Jacksons Purple #3F3C7D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.19%

 BLUE value IS 125 (49.22% from 255) = 50.4%

R = 25.4%
G = 24.19%
B = 50.4%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F3C7D (or 0x3F3C7D) is known color: Jacksons Purple. HEX triplet: 3F, 3C and 7D. RGB value is (63,60,125). Sum of RGB (Red+Green+Blue) = 63+60+125=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 125 (49.22% from 255 or 50.40% from 248); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F3C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3C7D is #C0C382. Grayscale: #444444. Windows color (decimal): -12632963 or 8207423. OLE color: 8207423.

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

Color convert

RGB 63 60 125 -
CMYK 0.50 0.52 0 0.51
HSL 242.77º 0.35% 0.36% -
HSV(B) 242.77º 0.52% 0.49% -
XYZ 7.37 5.77 20.13 -
YUV 68.31 159.99 124.21 -
System Red Green Blue C M Y K H S L
Decimal 63 60 125 0.50 0.52 0 0.51 242.77 0.35 0.36
Hex 3F 3C 7D 32 34 0 33 F3 23 24
Octal 77 74 175 62 64 0 63 363 43 44
Binary 111111 111100 1111101 110010 110100 0 110011 11110011 100011 100100

Color Harmonies of #3F3C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3C7D

Black with #3F3C7D

Text Example


Text Example

White with #3F3C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,60,125); }

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

background-color css

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

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

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

border-color css

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

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

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