Html Css Color HEX #434881 Jacksons Purple

📋 copy color: '#434881'

red 67 ◦ green 72 ◦ blue 129

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

Shades of Jacksons Purple #434881

Tints of Jacksons Purple #434881

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.87%

 BLUE value IS 129 (50.78% from 255) = 48.13%

R = 25%
G = 26.87%
B = 48.13%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#434881 (or 0x434881) is known color: Jacksons Purple. HEX triplet: 43, 48 and 81. RGB value is (67,72,129). Sum of RGB (Red+Green+Blue) = 67+72+129=268 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 129 (50.78% from 255 or 48.13% from 268); Max value from RGB is 129 - color contains mainly: blue. Hex color #434881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434881 is #BCB77E. Grayscale: #4C4C4C. Windows color (decimal): -12367743 or 8472643. OLE color: 8472643.

HSL color Cylindrical-coordinate representation of color #434881: hue angle of 235.16º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #434881 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 67 72 129 -
CMYK 0.48 0.44 0 0.49
HSL 235.16º 0.32% 0.38% -
HSV(B) 235.16º 0.48% 0.51% -
XYZ 8.59 7.41 21.75 -
YUV 77 157.34 120.87 -
System Red Green Blue C M Y K H S L
Decimal 67 72 129 0.48 0.44 0 0.49 235.16 0.32 0.38
Hex 43 48 81 30 2C 0 31 EB 20 26
Octal 103 110 201 60 54 0 61 353 40 46
Binary 1000011 1001000 10000001 110000 101100 0 110001 11101011 100000 100110

Color Harmonies of #434881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434881

Black with #434881

Text Example


Text Example

White with #434881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434881; }

 p { color: rgb(67,72,129); }

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

background-color css

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

 a { background-color: rgb(67,72,129); }

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

border-color css

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

 span { border-color: rgb(67,72,129); }

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