Html Css Color HEX #3B427C Jacksons Purple

📋 copy color: '#3B427C'

red 59 ◦ green 66 ◦ blue 124

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

Shades of Jacksons Purple #3B427C

Tints of Jacksons Purple #3B427C

RGB

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

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

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

R = 23.69%
G = 26.51%
B = 49.8%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3B427C (or 0x3B427C) is known color: Jacksons Purple. HEX triplet: 3B, 42 and 7C. RGB value is (59,66,124). Sum of RGB (Red+Green+Blue) = 59+66+124=249 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.69% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B427C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B427C is #C4BD83. Grayscale: #464646. Windows color (decimal): -12893572 or 8143419. OLE color: 8143419.

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

Color convert

RGB 59 66 124 -
CMYK 0.52 0.47 0 0.51
HSL 233.54º 0.36% 0.36% -
HSV(B) 233.54º 0.52% 0.49% -
XYZ 7.39 6.28 19.89 -
YUV 70.52 158.18 119.78 -
System Red Green Blue C M Y K H S L
Decimal 59 66 124 0.52 0.47 0 0.51 233.54 0.36 0.36
Hex 3B 42 7C 34 2F 0 33 EA 24 24
Octal 73 102 174 64 57 0 63 352 44 44
Binary 111011 1000010 1111100 110100 101111 0 110011 11101010 100100 100100

Color Harmonies of #3B427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B427C

Black with #3B427C

Text Example


Text Example

White with #3B427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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