Html Css Color HEX #432A58 Jagger

📋 copy color: '#432A58'

red 67 ◦ green 42 ◦ blue 88

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

Shades of Jagger #432A58

Tints of Jagger #432A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 44.67%

R = 34.01%
G = 21.32%
B = 44.67%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#432A58 (or 0x432A58) is known color: Jagger. HEX triplet: 43, 2A and 58. RGB value is (67,42,88). Sum of RGB (Red+Green+Blue) = 67+42+88=197 (26% of max value = 765). Red value is 67 (26.56% from 255 or 34.01% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 88 - color contains mainly: blue. Hex color #432A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432A58 is #BCD5A7. Grayscale: #363636. Windows color (decimal): -12375464 or 5777987. OLE color: 5777987.

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

Color convert

RGB 67 42 88 -
CMYK 0.24 0.52 0 0.65
HSL 272.61º 0.35% 0.25% -
HSV(B) 272.61º 0.52% 0.35% -
XYZ 4.9 3.55 9.66 -
YUV 54.72 146.78 136.76 -
System Red Green Blue C M Y K H S L
Decimal 67 42 88 0.24 0.52 0 0.65 272.61 0.35 0.25
Hex 43 2A 58 18 34 0 41 111 23 19
Octal 103 52 130 30 64 0 101 421 43 31
Binary 1000011 101010 1011000 11000 110100 0 1000001 100010001 100011 11001

Color Harmonies of #432A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432A58

Black with #432A58

Text Example


Text Example

White with #432A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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