Html Css Color HEX #432D60 Jacarta

📋 copy color: '#432D60'

red 67 ◦ green 45 ◦ blue 96

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

Shades of Jacarta #432D60

Tints of Jacarta #432D60

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.63%

 BLUE value IS 96 (37.89% from 255) = 46.15%

R = 32.21%
G = 21.63%
B = 46.15%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#432D60 (or 0x432D60) is known color: Jacarta. HEX triplet: 43, 2D and 60. RGB value is (67,45,96). Sum of RGB (Red+Green+Blue) = 67+45+96=208 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.21% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #432D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432D60 is #BCD29F. Grayscale: #393939. Windows color (decimal): -12374688 or 6303043. OLE color: 6303043.

HSL color Cylindrical-coordinate representation of color #432D60: hue angle of 265.88º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #432D60 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 67 45 96 -
CMYK 0.30 0.53 0 0.62
HSL 265.88º 0.36% 0.28% -
HSV(B) 265.88º 0.53% 0.38% -
XYZ 5.36 3.91 11.54 -
YUV 57.39 149.79 134.85 -
System Red Green Blue C M Y K H S L
Decimal 67 45 96 0.30 0.53 0 0.62 265.88 0.36 0.28
Hex 43 2D 60 1E 35 0 3E 10A 24 1C
Octal 103 55 140 36 65 0 76 412 44 34
Binary 1000011 101101 1100000 11110 110101 0 111110 100001010 100100 11100

Color Harmonies of #432D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432D60

Black with #432D60

Text Example


Text Example

White with #432D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,45,96); }

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

background-color css

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

 a { background-color: rgb(67,45,96); }

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

border-color css

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

 span { border-color: rgb(67,45,96); }

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