Html Css Color HEX #34338C Jacksons Purple

📋 copy color: '#34338C'

red 52 ◦ green 51 ◦ blue 140

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

Shades of Jacksons Purple #34338C

Tints of Jacksons Purple #34338C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.99%

 BLUE value IS 140 (55.08% from 255) = 57.61%

R = 21.4%
G = 20.99%
B = 57.61%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34338C (or 0x34338C) is known color: Jacksons Purple. HEX triplet: 34, 33 and 8C. RGB value is (52,51,140). Sum of RGB (Red+Green+Blue) = 52+51+140=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 140 (55.08% from 255 or 57.61% from 243); Max value from RGB is 140 - color contains mainly: blue. Hex color #34338C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34338C is #CBCC73. Grayscale: #3D3D3D. Windows color (decimal): -13356148 or 9188148. OLE color: 9188148.

HSL color Cylindrical-coordinate representation of color #34338C: hue angle of 240.67º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34338C is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 51 140 -
CMYK 0.63 0.64 0 0.45
HSL 240.67º 0.47% 0.37% -
HSV(B) 240.67º 0.64% 0.55% -
XYZ 7.33 4.99 25.39 -
YUV 61.45 172.33 121.26 -
System Red Green Blue C M Y K H S L
Decimal 52 51 140 0.63 0.64 0 0.45 240.67 0.47 0.37
Hex 34 33 8C 3F 40 0 2D F1 2F 25
Octal 64 63 214 77 100 0 55 361 57 45
Binary 110100 110011 10001100 111111 1000000 0 101101 11110001 101111 100101

Color Harmonies of #34338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34338C

Black with #34338C

Text Example


Text Example

White with #34338C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34338C; }

 p { color: rgb(52,51,140); }

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

background-color css

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

 a { background-color: rgb(52,51,140); }

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

border-color css

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

 span { border-color: rgb(52,51,140); }

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