Html Css Color HEX #3F4288 Jacksons Purple

📋 copy color: '#3F4288'

red 63 ◦ green 66 ◦ blue 136

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

Shades of Jacksons Purple #3F4288

Tints of Jacksons Purple #3F4288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 51.32%

R = 23.77%
G = 24.91%
B = 51.32%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3F4288 (or 0x3F4288) is known color: Jacksons Purple. HEX triplet: 3F, 42 and 88. RGB value is (63,66,136). Sum of RGB (Red+Green+Blue) = 63+66+136=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 136 (53.52% from 255 or 51.32% from 265); Max value from RGB is 136 - color contains mainly: blue. Hex color #3F4288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4288 is #C0BD77. Grayscale: #484848. Windows color (decimal): -12631416 or 8929855. OLE color: 8929855.

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

Color convert

RGB 63 66 136 -
CMYK 0.54 0.51 0 0.47
HSL 237.53º 0.37% 0.39% -
HSV(B) 237.53º 0.54% 0.53% -
XYZ 8.44 6.73 24.15 -
YUV 73.08 163.51 120.81 -
System Red Green Blue C M Y K H S L
Decimal 63 66 136 0.54 0.51 0 0.47 237.53 0.37 0.39
Hex 3F 42 88 36 33 0 2F EE 25 27
Octal 77 102 210 66 63 0 57 356 45 47
Binary 111111 1000010 10001000 110110 110011 0 101111 11101110 100101 100111

Color Harmonies of #3F4288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4288

Black with #3F4288

Text Example


Text Example

White with #3F4288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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