Html Css Color HEX #343D85 Jacksons Purple

📋 copy color: '#343D85'

red 52 ◦ green 61 ◦ blue 133

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

Shades of Jacksons Purple #343D85

Tints of Jacksons Purple #343D85

RGB

 RED value IS 52 (20.7% from 255) = 21.14%

 GREEN value IS 61 (24.22% from 255) = 24.8%

 BLUE value IS 133 (52.34% from 255) = 54.07%

R = 21.14%
G = 24.8%
B = 54.07%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#343D85 (or 0x343D85) is known color: Jacksons Purple. HEX triplet: 34, 3D and 85. RGB value is (52,61,133). Sum of RGB (Red+Green+Blue) = 52+61+133=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #343D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343D85 is #CBC27A. Grayscale: #424242. Windows color (decimal): -13353595 or 8731956. OLE color: 8731956.

HSL color Cylindrical-coordinate representation of color #343D85: hue angle of 233.33º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #343D85 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 61 133 -
CMYK 0.61 0.54 0 0.48
HSL 233.33º 0.44% 0.36% -
HSV(B) 233.33º 0.61% 0.52% -
XYZ 7.32 5.76 22.92 -
YUV 66.52 165.52 117.65 -
System Red Green Blue C M Y K H S L
Decimal 52 61 133 0.61 0.54 0 0.48 233.33 0.44 0.36
Hex 34 3D 85 3D 36 0 30 E9 2C 24
Octal 64 75 205 75 66 0 60 351 54 44
Binary 110100 111101 10000101 111101 110110 0 110000 11101001 101100 100100

Color Harmonies of #343D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343D85

Black with #343D85

Text Example


Text Example

White with #343D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343D85; }

 p { color: rgb(52,61,133); }

 H1.HeaderClassName
 {
   color: #343D85;
 }
 .AnyTagClassName
 {
   color: #343D85;
 }
</style>

background-color css

<style>
 a { background-color: #343D85; }

 a { background-color: rgb(52,61,133); }

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

border-color css

<style>
 span { border-color: #343D85; }

 span { border-color: rgb(52,61,133); }

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