Html Css Color HEX #432B51 Jagger

📋 copy color: '#432B51'

red 67 ◦ green 43 ◦ blue 81

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

Shades of Jagger #432B51

Tints of Jagger #432B51

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.51%

 BLUE value IS 81 (32.03% from 255) = 42.41%

R = 35.08%
G = 22.51%
B = 42.41%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#432B51 (or 0x432B51) is known color: Jagger. HEX triplet: 43, 2B and 51. RGB value is (67,43,81). Sum of RGB (Red+Green+Blue) = 67+43+81=191 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.08% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 81 - color contains mainly: blue. Hex color #432B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432B51 is #BCD4AE. Grayscale: #363636. Windows color (decimal): -12375215 or 5319491. OLE color: 5319491.

HSL color Cylindrical-coordinate representation of color #432B51: hue angle of 277.89º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #432B51 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 67 43 81 -
CMYK 0.17 0.47 0 0.68
HSL 277.89º 0.31% 0.24% -
HSV(B) 277.89º 0.47% 0.32% -
XYZ 4.66 3.52 8.22 -
YUV 54.51 142.95 136.91 -
System Red Green Blue C M Y K H S L
Decimal 67 43 81 0.17 0.47 0 0.68 277.89 0.31 0.24
Hex 43 2B 51 11 2F 0 44 116 1F 18
Octal 103 53 121 21 57 0 104 426 37 30
Binary 1000011 101011 1010001 10001 101111 0 1000100 100010110 11111 11000

Color Harmonies of #432B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432B51

Black with #432B51

Text Example


Text Example

White with #432B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432B51; }

 p { color: rgb(67,43,81); }

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

background-color css

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

 a { background-color: rgb(67,43,81); }

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

border-color css

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

 span { border-color: rgb(67,43,81); }

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