Html Css Color HEX #434985 Jacksons Purple

📋 copy color: '#434985'

red 67 ◦ green 73 ◦ blue 133

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

Shades of Jacksons Purple #434985

Tints of Jacksons Purple #434985

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.74%

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

R = 24.54%
G = 26.74%
B = 48.72%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#434985 (or 0x434985) is known color: Jacksons Purple. HEX triplet: 43, 49 and 85. RGB value is (67,73,133). Sum of RGB (Red+Green+Blue) = 67+73+133=273 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.54% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #434985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434985 is #BCB67A. Grayscale: #4D4D4D. Windows color (decimal): -12367483 or 8735043. OLE color: 8735043.

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

Color convert

RGB 67 73 133 -
CMYK 0.50 0.45 0 0.48
HSL 234.55º 0.33% 0.39% -
HSV(B) 234.55º 0.5% 0.52% -
XYZ 8.93 7.65 23.2 -
YUV 78.05 159.01 120.12 -
System Red Green Blue C M Y K H S L
Decimal 67 73 133 0.50 0.45 0 0.48 234.55 0.33 0.39
Hex 43 49 85 32 2D 0 30 EB 21 27
Octal 103 111 205 62 55 0 60 353 41 47
Binary 1000011 1001001 10000101 110010 101101 0 110000 11101011 100001 100111

Color Harmonies of #434985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434985

Black with #434985

Text Example


Text Example

White with #434985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434985; }

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

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

background-color css

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

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

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

border-color css

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

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

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