Html Css Color HEX #434B80 Jacksons Purple

📋 copy color: '#434B80'

red 67 ◦ green 75 ◦ blue 128

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

Shades of Jacksons Purple #434B80

Tints of Jacksons Purple #434B80

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.78%

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

R = 24.81%
G = 27.78%
B = 47.41%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#434B80 (or 0x434B80) is known color: Jacksons Purple. HEX triplet: 43, 4B and 80. RGB value is (67,75,128). Sum of RGB (Red+Green+Blue) = 67+75+128=270 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.81% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #434B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434B80 is #BCB47F. Grayscale: #4E4E4E. Windows color (decimal): -12366976 or 8407875. OLE color: 8407875.

HSL color Cylindrical-coordinate representation of color #434B80: hue angle of 232.13º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #434B80 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 67 75 128 -
CMYK 0.48 0.41 0 0.50
HSL 232.13º 0.31% 0.38% -
HSV(B) 232.13º 0.48% 0.5% -
XYZ 8.73 7.78 21.46 -
YUV 78.65 155.85 119.69 -
System Red Green Blue C M Y K H S L
Decimal 67 75 128 0.48 0.41 0 0.50 232.13 0.31 0.38
Hex 43 4B 80 30 29 0 32 E8 1F 26
Octal 103 113 200 60 51 0 62 350 37 46
Binary 1000011 1001011 10000000 110000 101001 0 110010 11101000 11111 100110

Color Harmonies of #434B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434B80

Black with #434B80

Text Example


Text Example

White with #434B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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