Html Css Color HEX #432959 Jagger

📋 copy color: '#432959'

red 67 ◦ green 41 ◦ blue 89

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

Shades of Jagger #432959

Tints of Jagger #432959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.81%

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

R = 34.01%
G = 20.81%
B = 45.18%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#432959 (or 0x432959) is known color: Jagger. HEX triplet: 43, 29 and 59. RGB value is (67,41,89). Sum of RGB (Red+Green+Blue) = 67+41+89=197 (26% of max value = 765). Red value is 67 (26.56% from 255 or 34.01% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #432959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432959 is #BCD6A6. Grayscale: #363636. Windows color (decimal): -12375719 or 5843267. OLE color: 5843267.

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

Color convert

RGB 67 41 89 -
CMYK 0.25 0.54 0 0.65
HSL 272.5º 0.37% 0.25% -
HSV(B) 272.5º 0.54% 0.35% -
XYZ 4.91 3.5 9.87 -
YUV 54.25 147.61 137.1 -
System Red Green Blue C M Y K H S L
Decimal 67 41 89 0.25 0.54 0 0.65 272.5 0.37 0.25
Hex 43 29 59 19 36 0 41 110 25 19
Octal 103 51 131 31 66 0 101 420 45 31
Binary 1000011 101001 1011001 11001 110110 0 1000001 100010000 100101 11001

Color Harmonies of #432959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432959

Black with #432959

Text Example


Text Example

White with #432959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432959; }

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

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

background-color css

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

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

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

border-color css

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

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

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