Html Css Color HEX #434984 Jacksons Purple

📋 copy color: '#434984'

red 67 ◦ green 73 ◦ blue 132

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

Shades of Jacksons Purple #434984

Tints of Jacksons Purple #434984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 48.53%

R = 24.63%
G = 26.84%
B = 48.53%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#434984 (or 0x434984) is known color: Jacksons Purple. HEX triplet: 43, 49 and 84. RGB value is (67,73,132). Sum of RGB (Red+Green+Blue) = 67+73+132=272 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.63% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 132 (51.95% from 255 or 48.53% from 272); Max value from RGB is 132 - color contains mainly: blue. Hex color #434984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434984 is #BCB67B. Grayscale: #4D4D4D. Windows color (decimal): -12367484 or 8669507. OLE color: 8669507.

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

Color convert

RGB 67 73 132 -
CMYK 0.49 0.45 0 0.48
HSL 234.46º 0.33% 0.39% -
HSV(B) 234.46º 0.49% 0.52% -
XYZ 8.86 7.62 22.83 -
YUV 77.93 158.51 120.2 -
System Red Green Blue C M Y K H S L
Decimal 67 73 132 0.49 0.45 0 0.48 234.46 0.33 0.39
Hex 43 49 84 31 2D 0 30 EA 21 27
Octal 103 111 204 61 55 0 60 352 41 47
Binary 1000011 1001001 10000100 110001 101101 0 110000 11101010 100001 100111

Color Harmonies of #434984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434984

Black with #434984

Text Example


Text Example

White with #434984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434984; }

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

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

background-color css

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

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

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

border-color css

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

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

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