Html Css Color HEX #3F4385 Jacksons Purple

📋 copy color: '#3F4385'

red 63 ◦ green 67 ◦ blue 133

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

Shades of Jacksons Purple #3F4385

Tints of Jacksons Purple #3F4385

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.48%

 BLUE value IS 133 (52.34% from 255) = 50.57%

R = 23.95%
G = 25.48%
B = 50.57%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3F4385 (or 0x3F4385) is known color: Jacksons Purple. HEX triplet: 3F, 43 and 85. RGB value is (63,67,133). Sum of RGB (Red+Green+Blue) = 63+67+133=263 (34% of max value = 765). Red value is 63 (25% from 255 or 23.95% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #3F4385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4385 is #C0BC7A. Grayscale: #494949. Windows color (decimal): -12631163 or 8733503. OLE color: 8733503.

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

Color convert

RGB 63 67 133 -
CMYK 0.53 0.50 0 0.48
HSL 236.57º 0.36% 0.38% -
HSV(B) 236.57º 0.53% 0.52% -
XYZ 8.29 6.76 23.06 -
YUV 73.33 161.67 120.63 -
System Red Green Blue C M Y K H S L
Decimal 63 67 133 0.53 0.50 0 0.48 236.57 0.36 0.38
Hex 3F 43 85 35 32 0 30 ED 24 26
Octal 77 103 205 65 62 0 60 355 44 46
Binary 111111 1000011 10000101 110101 110010 0 110000 11101101 100100 100110

Color Harmonies of #3F4385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4385

Black with #3F4385

Text Example


Text Example

White with #3F4385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,67,133); }

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

background-color css

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

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

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

border-color css

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

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

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