Html Css Color HEX #434386 Jacksons Purple

📋 copy color: '#434386'

red 67 ◦ green 67 ◦ blue 134

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

Shades of Jacksons Purple #434386

Tints of Jacksons Purple #434386

RGB

 RED value IS 67 (26.56% from 255) = 25%

 GREEN value IS 67 (26.56% from 255) = 25%

 BLUE value IS 134 (52.73% from 255) = 50%

R = 25%
G = 25%
B = 50%

CMYK

 C value IS 0.5

 M value IS 0.5

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#434386 (or 0x434386) is known color: Jacksons Purple. HEX triplet: 43, 43 and 86. RGB value is (67,67,134). Sum of RGB (Red+Green+Blue) = 67+67+134=268 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 134 (52.73% from 255 or 50% from 268); Max value from RGB is 134 - color contains mainly: blue. Hex color #434386 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434386 is #BCBC79. Grayscale: #4A4A4A. Windows color (decimal): -12369018 or 8799043. OLE color: 8799043.

HSL color Cylindrical-coordinate representation of color #434386: hue angle of 240º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #434386 is Cyan = 0.5, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 67 67 134 -
CMYK 0.5 0.5 0 0.47
HSL 240º 0.33% 0.39% -
HSV(B) 240º 0.5% 0.53% -
XYZ 8.62 6.93 23.44 -
YUV 74.64 161.5 122.55 -
System Red Green Blue C M Y K H S L
Decimal 67 67 134 0.5 0.5 0 0.47 240 0.33 0.39
Hex 43 43 86 32 32 0 2F F0 21 27
Octal 103 103 206 62 62 0 57 360 41 47
Binary 1000011 1000011 10000110 110010 110010 0 101111 11110000 100001 100111

Color Harmonies of #434386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434386

Black with #434386

Text Example


Text Example

White with #434386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434386; }

 p { color: rgb(67,67,134); }

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

background-color css

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

 a { background-color: rgb(67,67,134); }

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

border-color css

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

 span { border-color: rgb(67,67,134); }

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