Html Css Color HEX #3F4377 Jacksons Purple

📋 copy color: '#3F4377'

red 63 ◦ green 67 ◦ blue 119

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

Shades of Jacksons Purple #3F4377

Tints of Jacksons Purple #3F4377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 47.79%

R = 25.3%
G = 26.91%
B = 47.79%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3F4377 (or 0x3F4377) is known color: Jacksons Purple. HEX triplet: 3F, 43 and 77. RGB value is (63,67,119). Sum of RGB (Red+Green+Blue) = 63+67+119=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F4377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4377 is #C0BC88. Grayscale: #474747. Windows color (decimal): -12631177 or 7815999. OLE color: 7815999.

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

Color convert

RGB 63 67 119 -
CMYK 0.47 0.44 0 0.53
HSL 235.71º 0.31% 0.36% -
HSV(B) 235.71º 0.47% 0.47% -
XYZ 7.39 6.4 18.3 -
YUV 71.73 154.67 121.77 -
System Red Green Blue C M Y K H S L
Decimal 63 67 119 0.47 0.44 0 0.53 235.71 0.31 0.36
Hex 3F 43 77 2F 2C 0 35 EC 1F 24
Octal 77 103 167 57 54 0 65 354 37 44
Binary 111111 1000011 1110111 101111 101100 0 110101 11101100 11111 100100

Color Harmonies of #3F4377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4377

Black with #3F4377

Text Example


Text Example

White with #3F4377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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