Html Css Color HEX #432B55 Jagger

📋 copy color: '#432B55'

red 67 ◦ green 43 ◦ blue 85

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

Shades of Jagger #432B55

Tints of Jagger #432B55

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.05%

 BLUE value IS 85 (33.59% from 255) = 43.59%

R = 34.36%
G = 22.05%
B = 43.59%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#432B55 (or 0x432B55) is known color: Jagger. HEX triplet: 43, 2B and 55. RGB value is (67,43,85). Sum of RGB (Red+Green+Blue) = 67+43+85=195 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.36% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: blue. Hex color #432B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432B55 is #BCD4AA. Grayscale: #363636. Windows color (decimal): -12375211 or 5581635. OLE color: 5581635.

HSL color Cylindrical-coordinate representation of color #432B55: hue angle of 274.29º 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 #432B55 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 67 43 85 -
CMYK 0.21 0.49 0 0.67
HSL 274.29º 0.33% 0.25% -
HSV(B) 274.29º 0.49% 0.33% -
XYZ 4.82 3.58 9.03 -
YUV 54.96 144.95 136.58 -
System Red Green Blue C M Y K H S L
Decimal 67 43 85 0.21 0.49 0 0.67 274.29 0.33 0.25
Hex 43 2B 55 15 31 0 43 112 21 19
Octal 103 53 125 25 61 0 103 422 41 31
Binary 1000011 101011 1010101 10101 110001 0 1000011 100010010 100001 11001

Color Harmonies of #432B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432B55

Black with #432B55

Text Example


Text Example

White with #432B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,43,85); }

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

background-color css

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

 a { background-color: rgb(67,43,85); }

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

border-color css

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

 span { border-color: rgb(67,43,85); }

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