Html Css Color HEX #3B427B Jacksons Purple

📋 copy color: '#3B427B'

red 59 ◦ green 66 ◦ blue 123

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

Shades of Jacksons Purple #3B427B

Tints of Jacksons Purple #3B427B

RGB

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

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

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

R = 23.79%
G = 26.61%
B = 49.6%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3B427B (or 0x3B427B) is known color: Jacksons Purple. HEX triplet: 3B, 42 and 7B. RGB value is (59,66,123). Sum of RGB (Red+Green+Blue) = 59+66+123=248 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.79% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B427B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B427B is #C4BD84. Grayscale: #464646. Windows color (decimal): -12893573 or 8077883. OLE color: 8077883.

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

Color convert

RGB 59 66 123 -
CMYK 0.52 0.46 0 0.52
HSL 233.44º 0.35% 0.36% -
HSV(B) 233.44º 0.52% 0.48% -
XYZ 7.33 6.26 19.56 -
YUV 70.41 157.68 119.87 -
System Red Green Blue C M Y K H S L
Decimal 59 66 123 0.52 0.46 0 0.52 233.44 0.35 0.36
Hex 3B 42 7B 34 2E 0 34 E9 23 24
Octal 73 102 173 64 56 0 64 351 43 44
Binary 111011 1000010 1111011 110100 101110 0 110100 11101001 100011 100100

Color Harmonies of #3B427B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B427B

Black with #3B427B

Text Example


Text Example

White with #3B427B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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