Html Css Color HEX #434685 Jacksons Purple

📋 copy color: '#434685'

red 67 ◦ green 70 ◦ blue 133

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

Shades of Jacksons Purple #434685

Tints of Jacksons Purple #434685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 49.26%

R = 24.81%
G = 25.93%
B = 49.26%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#434685 (or 0x434685) is known color: Jacksons Purple. HEX triplet: 43, 46 and 85. RGB value is (67,70,133). Sum of RGB (Red+Green+Blue) = 67+70+133=270 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.81% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #434685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434685 is #BCB97A. Grayscale: #4C4C4C. Windows color (decimal): -12368251 or 8734275. OLE color: 8734275.

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

Color convert

RGB 67 70 133 -
CMYK 0.50 0.47 0 0.48
HSL 237.27º 0.33% 0.39% -
HSV(B) 237.27º 0.5% 0.52% -
XYZ 8.74 7.27 23.13 -
YUV 76.29 160.01 121.38 -
System Red Green Blue C M Y K H S L
Decimal 67 70 133 0.50 0.47 0 0.48 237.27 0.33 0.39
Hex 43 46 85 32 2F 0 30 ED 21 27
Octal 103 106 205 62 57 0 60 355 41 47
Binary 1000011 1000110 10000101 110010 101111 0 110000 11101101 100001 100111

Color Harmonies of #434685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434685

Black with #434685

Text Example


Text Example

White with #434685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434685; }

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

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

background-color css

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

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

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

border-color css

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

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

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