Html Css Color HEX #432E52 Jagger

📋 copy color: '#432E52'

red 67 ◦ green 46 ◦ blue 82

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

Shades of Jagger #432E52

Tints of Jagger #432E52

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.59%

 BLUE value IS 82 (32.42% from 255) = 42.05%

R = 34.36%
G = 23.59%
B = 42.05%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#432E52 (or 0x432E52) is known color: Jagger. HEX triplet: 43, 2E and 52. RGB value is (67,46,82). Sum of RGB (Red+Green+Blue) = 67+46+82=195 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.36% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 82 - color contains mainly: blue. Hex color #432E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432E52 is #BCD1AD. Grayscale: #383838. Windows color (decimal): -12374446 or 5385795. OLE color: 5385795.

HSL color Cylindrical-coordinate representation of color #432E52: hue angle of 275º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #432E52 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 67 46 82 -
CMYK 0.18 0.44 0 0.68
HSL 275º 0.28% 0.25% -
HSV(B) 275º 0.44% 0.32% -
XYZ 4.81 3.76 8.45 -
YUV 56.38 142.46 135.57 -
System Red Green Blue C M Y K H S L
Decimal 67 46 82 0.18 0.44 0 0.68 275 0.28 0.25
Hex 43 2E 52 12 2C 0 44 113 1C 19
Octal 103 56 122 22 54 0 104 423 34 31
Binary 1000011 101110 1010010 10010 101100 0 1000100 100010011 11100 11001

Color Harmonies of #432E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432E52

Black with #432E52

Text Example


Text Example

White with #432E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,46,82); }

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

background-color css

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

 a { background-color: rgb(67,46,82); }

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

border-color css

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

 span { border-color: rgb(67,46,82); }

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