Html Css Color HEX #432953 Jagger

📋 copy color: '#432953'

red 67 ◦ green 41 ◦ blue 83

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

Shades of Jagger #432953

Tints of Jagger #432953

RGB

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

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

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

R = 35.08%
G = 21.47%
B = 43.46%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#432953 (or 0x432953) is known color: Jagger. HEX triplet: 43, 29 and 53. RGB value is (67,41,83). Sum of RGB (Red+Green+Blue) = 67+41+83=191 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.08% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: blue. Hex color #432953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432953 is #BCD6AC. Grayscale: #353535. Windows color (decimal): -12375725 or 5450051. OLE color: 5450051.

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

Color convert

RGB 67 41 83 -
CMYK 0.19 0.51 0 0.67
HSL 277.14º 0.34% 0.24% -
HSV(B) 277.14º 0.51% 0.33% -
XYZ 4.67 3.4 8.59 -
YUV 53.56 144.61 137.58 -
System Red Green Blue C M Y K H S L
Decimal 67 41 83 0.19 0.51 0 0.67 277.14 0.34 0.24
Hex 43 29 53 13 33 0 43 115 22 18
Octal 103 51 123 23 63 0 103 425 42 30
Binary 1000011 101001 1010011 10011 110011 0 1000011 100010101 100010 11000

Color Harmonies of #432953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432953

Black with #432953

Text Example


Text Example

White with #432953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432953; }

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

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

background-color css

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

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

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

border-color css

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

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

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