Html Css Color HEX #434586 Jacksons Purple

📋 copy color: '#434586'

red 67 ◦ green 69 ◦ blue 134

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

Shades of Jacksons Purple #434586

Tints of Jacksons Purple #434586

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.56%

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

R = 24.81%
G = 25.56%
B = 49.63%

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

#434586 (or 0x434586) is known color: Jacksons Purple. HEX triplet: 43, 45 and 86. RGB value is (67,69,134). Sum of RGB (Red+Green+Blue) = 67+69+134=270 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.81% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #434586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434586 is #BCBA79. Grayscale: #4B4B4B. Windows color (decimal): -12368506 or 8799555. OLE color: 8799555.

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

Color convert

RGB 67 69 134 -
CMYK 0.5 0.49 0 0.47
HSL 238.21º 0.33% 0.39% -
HSV(B) 238.21º 0.5% 0.53% -
XYZ 8.75 7.17 23.48 -
YUV 75.81 160.84 121.71 -
System Red Green Blue C M Y K H S L
Decimal 67 69 134 0.5 0.49 0 0.47 238.21 0.33 0.39
Hex 43 45 86 32 31 0 2F EE 21 27
Octal 103 105 206 62 61 0 57 356 41 47
Binary 1000011 1000101 10000110 110010 110001 0 101111 11101110 100001 100111

Color Harmonies of #434586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434586

Black with #434586

Text Example


Text Example

White with #434586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434586; }

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

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

background-color css

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

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

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

border-color css

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

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

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