Html Css Color HEX #3F377B Jacksons Purple

📋 copy color: '#3F377B'

red 63 ◦ green 55 ◦ blue 123

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

Shades of Jacksons Purple #3F377B

Tints of Jacksons Purple #3F377B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.82%

 BLUE value IS 123 (48.44% from 255) = 51.04%

R = 26.14%
G = 22.82%
B = 51.04%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3F377B (or 0x3F377B) is known color: Jacksons Purple. HEX triplet: 3F, 37 and 7B. RGB value is (63,55,123). Sum of RGB (Red+Green+Blue) = 63+55+123=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #3F377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F377B is #C0C884. Grayscale: #404040. Windows color (decimal): -12634245 or 8075071. OLE color: 8075071.

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

Color convert

RGB 63 55 123 -
CMYK 0.49 0.55 0 0.52
HSL 247.06º 0.38% 0.35% -
HSV(B) 247.06º 0.55% 0.48% -
XYZ 6.99 5.22 19.38 -
YUV 65.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 63 55 123 0.49 0.55 0 0.52 247.06 0.38 0.35
Hex 3F 37 7B 31 37 0 34 F7 26 23
Octal 77 67 173 61 67 0 64 367 46 43
Binary 111111 110111 1111011 110001 110111 0 110100 11110111 100110 100011

Color Harmonies of #3F377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F377B

Black with #3F377B

Text Example


Text Example

White with #3F377B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,55,123); }

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

background-color css

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

 a { background-color: rgb(63,55,123); }

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

border-color css

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

 span { border-color: rgb(63,55,123); }

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