Html Css Color HEX #3B407B Jacksons Purple

📋 copy color: '#3B407B'

red 59 ◦ green 64 ◦ blue 123

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

Shades of Jacksons Purple #3B407B

Tints of Jacksons Purple #3B407B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.02%

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

R = 23.98%
G = 26.02%
B = 50%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3B407B (or 0x3B407B) is known color: Jacksons Purple. HEX triplet: 3B, 40 and 7B. RGB value is (59,64,123). Sum of RGB (Red+Green+Blue) = 59+64+123=246 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.98% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 123 (48.44% from 255 or 50% from 246); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B407B is #C4BF84. Grayscale: #444444. Windows color (decimal): -12894085 or 8077371. OLE color: 8077371.

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

Color convert

RGB 59 64 123 -
CMYK 0.52 0.48 0 0.52
HSL 235.31º 0.35% 0.36% -
HSV(B) 235.31º 0.52% 0.48% -
XYZ 7.21 6.03 19.52 -
YUV 69.23 158.34 120.7 -
System Red Green Blue C M Y K H S L
Decimal 59 64 123 0.52 0.48 0 0.52 235.31 0.35 0.36
Hex 3B 40 7B 34 30 0 34 EB 23 24
Octal 73 100 173 64 60 0 64 353 43 44
Binary 111011 1000000 1111011 110100 110000 0 110100 11101011 100011 100100

Color Harmonies of #3B407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B407B

Black with #3B407B

Text Example


Text Example

White with #3B407B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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