Html Css Color HEX #432F59 Jagger

📋 copy color: '#432F59'

red 67 ◦ green 47 ◦ blue 89

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

Shades of Jagger #432F59

Tints of Jagger #432F59

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.15%

 BLUE value IS 89 (35.16% from 255) = 43.84%

R = 33%
G = 23.15%
B = 43.84%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#432F59 (or 0x432F59) is known color: Jagger. HEX triplet: 43, 2F and 59. RGB value is (67,47,89). Sum of RGB (Red+Green+Blue) = 67+47+89=203 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.00% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #432F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432F59 is #BCD0A6. Grayscale: #393939. Windows color (decimal): -12374183 or 5844803. OLE color: 5844803.

HSL color Cylindrical-coordinate representation of color #432F59: hue angle of 268.57º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #432F59 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 67 47 89 -
CMYK 0.25 0.47 0 0.65
HSL 268.57º 0.31% 0.27% -
HSV(B) 268.57º 0.47% 0.35% -
XYZ 5.13 3.95 9.94 -
YUV 57.77 145.63 134.58 -
System Red Green Blue C M Y K H S L
Decimal 67 47 89 0.25 0.47 0 0.65 268.57 0.31 0.27
Hex 43 2F 59 19 2F 0 41 10D 1F 1B
Octal 103 57 131 31 57 0 101 415 37 33
Binary 1000011 101111 1011001 11001 101111 0 1000001 100001101 11111 11011

Color Harmonies of #432F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432F59

Black with #432F59

Text Example


Text Example

White with #432F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,47,89); }

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

background-color css

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

 a { background-color: rgb(67,47,89); }

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

border-color css

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

 span { border-color: rgb(67,47,89); }

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