Html Css Color HEX #342C89 Jacksons Purple

📋 copy color: '#342C89'

red 52 ◦ green 44 ◦ blue 137

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

Shades of Jacksons Purple #342C89

Tints of Jacksons Purple #342C89

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.88%

 BLUE value IS 137 (53.91% from 255) = 58.8%

R = 22.32%
G = 18.88%
B = 58.8%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#342C89 (or 0x342C89) is known color: Jacksons Purple. HEX triplet: 34, 2C and 89. RGB value is (52,44,137). Sum of RGB (Red+Green+Blue) = 52+44+137=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 137 (53.91% from 255 or 58.80% from 233); Max value from RGB is 137 - color contains mainly: blue. Hex color #342C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342C89 is #CBD376. Grayscale: #383838. Windows color (decimal): -13357943 or 8989748. OLE color: 8989748.

HSL color Cylindrical-coordinate representation of color #342C89: hue angle of 245.16º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #342C89 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 44 137 -
CMYK 0.62 0.68 0 0.46
HSL 245.16º 0.51% 0.35% -
HSV(B) 245.16º 0.68% 0.54% -
XYZ 6.83 4.34 24.14 -
YUV 56.99 173.15 124.44 -
System Red Green Blue C M Y K H S L
Decimal 52 44 137 0.62 0.68 0 0.46 245.16 0.51 0.35
Hex 34 2C 89 3E 44 0 2E F5 33 23
Octal 64 54 211 76 104 0 56 365 63 43
Binary 110100 101100 10001001 111110 1000100 0 101110 11110101 110011 100011

Color Harmonies of #342C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342C89

Black with #342C89

Text Example


Text Example

White with #342C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342C89; }

 p { color: rgb(52,44,137); }

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

background-color css

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

 a { background-color: rgb(52,44,137); }

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

border-color css

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

 span { border-color: rgb(52,44,137); }

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