Html Css Color HEX #432A53 Jagger

📋 copy color: '#432A53'

red 67 ◦ green 42 ◦ blue 83

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

Shades of Jagger #432A53

Tints of Jagger #432A53

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.88%

 BLUE value IS 83 (32.81% from 255) = 43.23%

R = 34.9%
G = 21.88%
B = 43.23%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#432A53 (or 0x432A53) is known color: Jagger. HEX triplet: 43, 2A and 53. RGB value is (67,42,83). Sum of RGB (Red+Green+Blue) = 67+42+83=192 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.90% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 83 - color contains mainly: blue. Hex color #432A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432A53 is #BCD5AC. Grayscale: #363636. Windows color (decimal): -12375469 or 5450307. OLE color: 5450307.

HSL color Cylindrical-coordinate representation of color #432A53: hue angle of 276.59º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #432A53 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 67 42 83 -
CMYK 0.19 0.49 0 0.67
HSL 276.59º 0.33% 0.25% -
HSV(B) 276.59º 0.49% 0.33% -
XYZ 4.7 3.47 8.61 -
YUV 54.15 144.28 137.17 -
System Red Green Blue C M Y K H S L
Decimal 67 42 83 0.19 0.49 0 0.67 276.59 0.33 0.25
Hex 43 2A 53 13 31 0 43 115 21 19
Octal 103 52 123 23 61 0 103 425 41 31
Binary 1000011 101010 1010011 10011 110001 0 1000011 100010101 100001 11001

Color Harmonies of #432A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432A53

Black with #432A53

Text Example


Text Example

White with #432A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,42,83); }

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

background-color css

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

 a { background-color: rgb(67,42,83); }

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

border-color css

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

 span { border-color: rgb(67,42,83); }

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