Html Css Color HEX #434486 Jacksons Purple

📋 copy color: '#434486'

red 67 ◦ green 68 ◦ blue 134

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

Shades of Jacksons Purple #434486

Tints of Jacksons Purple #434486

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.28%

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

R = 24.91%
G = 25.28%
B = 49.81%

CMYK

 C value IS 0.5

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#434486 (or 0x434486) is known color: Jacksons Purple. HEX triplet: 43, 44 and 86. RGB value is (67,68,134). Sum of RGB (Red+Green+Blue) = 67+68+134=269 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.91% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 134 (52.73% from 255 or 49.81% from 269); Max value from RGB is 134 - color contains mainly: blue. Hex color #434486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434486 is #BCBB79. Grayscale: #4A4A4A. Windows color (decimal): -12368762 or 8799299. OLE color: 8799299.

HSL color Cylindrical-coordinate representation of color #434486: hue angle of 239.1º 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 #434486 is Cyan = 0.5, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 67 68 134 -
CMYK 0.5 0.49 0 0.47
HSL 239.1º 0.33% 0.39% -
HSV(B) 239.1º 0.5% 0.53% -
XYZ 8.68 7.05 23.46 -
YUV 75.23 161.17 122.13 -
System Red Green Blue C M Y K H S L
Decimal 67 68 134 0.5 0.49 0 0.47 239.1 0.33 0.39
Hex 43 44 86 32 31 0 2F EF 21 27
Octal 103 104 206 62 61 0 57 357 41 47
Binary 1000011 1000100 10000110 110010 110001 0 101111 11101111 100001 100111

Color Harmonies of #434486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434486

Black with #434486

Text Example


Text Example

White with #434486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434486; }

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

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

background-color css

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

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

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

border-color css

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

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

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