Html Css Color HEX #3F4277 Jacksons Purple

📋 copy color: '#3F4277'

red 63 ◦ green 66 ◦ blue 119

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

Shades of Jacksons Purple #3F4277

Tints of Jacksons Purple #3F4277

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.61%

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

R = 25.4%
G = 26.61%
B = 47.98%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3F4277 (or 0x3F4277) is known color: Jacksons Purple. HEX triplet: 3F, 42 and 77. RGB value is (63,66,119). Sum of RGB (Red+Green+Blue) = 63+66+119=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F4277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4277 is #C0BD88. Grayscale: #464646. Windows color (decimal): -12631433 or 7815743. OLE color: 7815743.

HSL color Cylindrical-coordinate representation of color #3F4277: hue angle of 236.79º 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 #3F4277 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 63 66 119 -
CMYK 0.47 0.45 0 0.53
HSL 236.79º 0.31% 0.36% -
HSV(B) 236.79º 0.47% 0.47% -
XYZ 7.33 6.29 18.28 -
YUV 71.15 155.01 122.19 -
System Red Green Blue C M Y K H S L
Decimal 63 66 119 0.47 0.45 0 0.53 236.79 0.31 0.36
Hex 3F 42 77 2F 2D 0 35 ED 1F 24
Octal 77 102 167 57 55 0 65 355 37 44
Binary 111111 1000010 1110111 101111 101101 0 110101 11101101 11111 100100

Color Harmonies of #3F4277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4277

Black with #3F4277

Text Example


Text Example

White with #3F4277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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