Html Css Color HEX #3F4387 Jacksons Purple

📋 copy color: '#3F4387'

red 63 ◦ green 67 ◦ blue 135

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

Shades of Jacksons Purple #3F4387

Tints of Jacksons Purple #3F4387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 50.94%

R = 23.77%
G = 25.28%
B = 50.94%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3F4387 (or 0x3F4387) is known color: Jacksons Purple. HEX triplet: 3F, 43 and 87. RGB value is (63,67,135). Sum of RGB (Red+Green+Blue) = 63+67+135=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 135 (53.12% from 255 or 50.94% from 265); Max value from RGB is 135 - color contains mainly: blue. Hex color #3F4387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4387 is #C0BC78. Grayscale: #494949. Windows color (decimal): -12631161 or 8864575. OLE color: 8864575.

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

Color convert

RGB 63 67 135 -
CMYK 0.53 0.50 0 0.47
HSL 236.67º 0.36% 0.39% -
HSV(B) 236.67º 0.53% 0.53% -
XYZ 8.43 6.82 23.79 -
YUV 73.56 162.67 120.47 -
System Red Green Blue C M Y K H S L
Decimal 63 67 135 0.53 0.50 0 0.47 236.67 0.36 0.39
Hex 3F 43 87 35 32 0 2F ED 24 27
Octal 77 103 207 65 62 0 57 355 44 47
Binary 111111 1000011 10000111 110101 110010 0 101111 11101101 100100 100111

Color Harmonies of #3F4387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4387

Black with #3F4387

Text Example


Text Example

White with #3F4387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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