Html Css Color HEX #34338A Jacksons Purple

📋 copy color: '#34338A'

red 52 ◦ green 51 ◦ blue 138

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

Shades of Jacksons Purple #34338A

Tints of Jacksons Purple #34338A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 57.26%

R = 21.58%
G = 21.16%
B = 57.26%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#34338A (or 0x34338A) is known color: Jacksons Purple. HEX triplet: 34, 33 and 8A. RGB value is (52,51,138). Sum of RGB (Red+Green+Blue) = 52+51+138=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 138 (54.30% from 255 or 57.26% from 241); Max value from RGB is 138 - color contains mainly: blue. Hex color #34338A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34338A is #CBCC75. Grayscale: #3C3C3C. Windows color (decimal): -13356150 or 9057076. OLE color: 9057076.

HSL color Cylindrical-coordinate representation of color #34338A: hue angle of 240.69º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34338A is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 51 138 -
CMYK 0.62 0.63 0 0.46
HSL 240.69º 0.46% 0.37% -
HSV(B) 240.69º 0.63% 0.54% -
XYZ 7.19 4.93 24.62 -
YUV 61.22 171.33 121.43 -
System Red Green Blue C M Y K H S L
Decimal 52 51 138 0.62 0.63 0 0.46 240.69 0.46 0.37
Hex 34 33 8A 3E 3F 0 2E F1 2E 25
Octal 64 63 212 76 77 0 56 361 56 45
Binary 110100 110011 10001010 111110 111111 0 101110 11110001 101110 100101

Color Harmonies of #34338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34338A

Black with #34338A

Text Example


Text Example

White with #34338A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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