Html Css Color HEX #434686 Jacksons Purple

📋 copy color: '#434686'

red 67 ◦ green 70 ◦ blue 134

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

Shades of Jacksons Purple #434686

Tints of Jacksons Purple #434686

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.83%

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

R = 24.72%
G = 25.83%
B = 49.45%

CMYK

 C value IS 0.5

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#434686 (or 0x434686) is known color: Jacksons Purple. HEX triplet: 43, 46 and 86. RGB value is (67,70,134). Sum of RGB (Red+Green+Blue) = 67+70+134=271 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.72% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 134 (52.73% from 255 or 49.45% from 271); Max value from RGB is 134 - color contains mainly: blue. Hex color #434686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434686 is #BCB979. Grayscale: #4C4C4C. Windows color (decimal): -12368250 or 8799811. OLE color: 8799811.

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

Color convert

RGB 67 70 134 -
CMYK 0.5 0.48 0 0.47
HSL 237.31º 0.33% 0.39% -
HSV(B) 237.31º 0.5% 0.53% -
XYZ 8.81 7.29 23.5 -
YUV 76.4 160.51 121.3 -
System Red Green Blue C M Y K H S L
Decimal 67 70 134 0.5 0.48 0 0.47 237.31 0.33 0.39
Hex 43 46 86 32 30 0 2F ED 21 27
Octal 103 106 206 62 60 0 57 355 41 47
Binary 1000011 1000110 10000110 110010 110000 0 101111 11101101 100001 100111

Color Harmonies of #434686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434686

Black with #434686

Text Example


Text Example

White with #434686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434686; }

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

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

background-color css

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

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

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

border-color css

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

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

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