Html Css Color HEX #3B447C Jacksons Purple

📋 copy color: '#3B447C'

red 59 ◦ green 68 ◦ blue 124

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

Shades of Jacksons Purple #3B447C

Tints of Jacksons Purple #3B447C

RGB

 RED value IS 59 (23.44% from 255) = 23.51%

 GREEN value IS 68 (26.95% from 255) = 27.09%

 BLUE value IS 124 (48.83% from 255) = 49.4%

R = 23.51%
G = 27.09%
B = 49.4%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3B447C (or 0x3B447C) is known color: Jacksons Purple. HEX triplet: 3B, 44 and 7C. RGB value is (59,68,124). Sum of RGB (Red+Green+Blue) = 59+68+124=251 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.51% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B447C is #C4BB83. Grayscale: #474747. Windows color (decimal): -12893060 or 8143931. OLE color: 8143931.

HSL color Cylindrical-coordinate representation of color #3B447C: hue angle of 231.69º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B447C is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 59 68 124 -
CMYK 0.52 0.45 0 0.51
HSL 231.69º 0.36% 0.36% -
HSV(B) 231.69º 0.52% 0.49% -
XYZ 7.51 6.52 19.93 -
YUV 71.69 157.52 118.95 -
System Red Green Blue C M Y K H S L
Decimal 59 68 124 0.52 0.45 0 0.51 231.69 0.36 0.36
Hex 3B 44 7C 34 2D 0 33 E8 24 24
Octal 73 104 174 64 55 0 63 350 44 44
Binary 111011 1000100 1111100 110100 101101 0 110011 11101000 100100 100100

Color Harmonies of #3B447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B447C

Black with #3B447C

Text Example


Text Example

White with #3B447C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,68,124); }

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

background-color css

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

 a { background-color: rgb(59,68,124); }

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

border-color css

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

 span { border-color: rgb(59,68,124); }

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