Html Css Color HEX #433F80 Jacksons Purple

📋 copy color: '#433F80'

red 67 ◦ green 63 ◦ blue 128

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

Shades of Jacksons Purple #433F80

Tints of Jacksons Purple #433F80

RGB

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

 GREEN value IS 63 (25% from 255) = 24.42%

 BLUE value IS 128 (50.39% from 255) = 49.61%

R = 25.97%
G = 24.42%
B = 49.61%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#433F80 (or 0x433F80) is known color: Jacksons Purple. HEX triplet: 43, 3F and 80. RGB value is (67,63,128). Sum of RGB (Red+Green+Blue) = 67+63+128=258 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.97% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: blue. Hex color #433F80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433F80 is #BCC07F. Grayscale: #474747. Windows color (decimal): -12370048 or 8404803. OLE color: 8404803.

HSL color Cylindrical-coordinate representation of color #433F80: hue angle of 243.69º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #433F80 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 67 63 128 -
CMYK 0.48 0.51 0 0.50
HSL 243.69º 0.34% 0.37% -
HSV(B) 243.69º 0.51% 0.5% -
XYZ 7.99 6.31 21.22 -
YUV 71.61 159.83 124.71 -
System Red Green Blue C M Y K H S L
Decimal 67 63 128 0.48 0.51 0 0.50 243.69 0.34 0.37
Hex 43 3F 80 30 33 0 32 F4 22 25
Octal 103 77 200 60 63 0 62 364 42 45
Binary 1000011 111111 10000000 110000 110011 0 110010 11110100 100010 100101

Color Harmonies of #433F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433F80

Black with #433F80

Text Example


Text Example

White with #433F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433F80; }

 p { color: rgb(67,63,128); }

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

background-color css

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

 a { background-color: rgb(67,63,128); }

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

border-color css

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

 span { border-color: rgb(67,63,128); }

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