Html Css Color HEX #434B86 Jacksons Purple

📋 copy color: '#434B86'

red 67 ◦ green 75 ◦ blue 134

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

Shades of Jacksons Purple #434B86

Tints of Jacksons Purple #434B86

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.17%

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

R = 24.28%
G = 27.17%
B = 48.55%

CMYK

 C value IS 0.5

 M value IS 0.44

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#434B86 (or 0x434B86) is known color: Jacksons Purple. HEX triplet: 43, 4B and 86. RGB value is (67,75,134). Sum of RGB (Red+Green+Blue) = 67+75+134=276 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.28% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 134 - color contains mainly: blue. Hex color #434B86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434B86 is #BCB479. Grayscale: #4F4F4F. Windows color (decimal): -12366970 or 8801091. OLE color: 8801091.

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

Color convert

RGB 67 75 134 -
CMYK 0.5 0.44 0 0.47
HSL 232.84º 0.33% 0.39% -
HSV(B) 232.84º 0.5% 0.53% -
XYZ 9.13 7.95 23.61 -
YUV 79.33 158.85 119.2 -
System Red Green Blue C M Y K H S L
Decimal 67 75 134 0.5 0.44 0 0.47 232.84 0.33 0.39
Hex 43 4B 86 32 2C 0 2F E9 21 27
Octal 103 113 206 62 54 0 57 351 41 47
Binary 1000011 1001011 10000110 110010 101100 0 101111 11101001 100001 100111

Color Harmonies of #434B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434B86

Black with #434B86

Text Example


Text Example

White with #434B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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