Html Css Color HEX #343885 Jacksons Purple

📋 copy color: '#343885'

red 52 ◦ green 56 ◦ blue 133

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

Shades of Jacksons Purple #343885

Tints of Jacksons Purple #343885

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.24%

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

R = 21.58%
G = 23.24%
B = 55.19%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#343885 (or 0x343885) is known color: Jacksons Purple. HEX triplet: 34, 38 and 85. RGB value is (52,56,133). Sum of RGB (Red+Green+Blue) = 52+56+133=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #343885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343885 is #CBC77A. Grayscale: #3F3F3F. Windows color (decimal): -13354875 or 8730676. OLE color: 8730676.

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

Color convert

RGB 52 56 133 -
CMYK 0.61 0.58 0 0.48
HSL 237.04º 0.44% 0.36% -
HSV(B) 237.04º 0.61% 0.52% -
XYZ 7.06 5.25 22.83 -
YUV 63.58 167.17 119.74 -
System Red Green Blue C M Y K H S L
Decimal 52 56 133 0.61 0.58 0 0.48 237.04 0.44 0.36
Hex 34 38 85 3D 3A 0 30 ED 2C 24
Octal 64 70 205 75 72 0 60 355 54 44
Binary 110100 111000 10000101 111101 111010 0 110000 11101101 101100 100100

Color Harmonies of #343885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343885

Black with #343885

Text Example


Text Example

White with #343885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343885; }

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

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

background-color css

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

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

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

border-color css

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

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

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