Html Css Color HEX #432F60 Jacarta

📋 copy color: '#432F60'

red 67 ◦ green 47 ◦ blue 96

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

Shades of Jacarta #432F60

Tints of Jacarta #432F60

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.38%

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

R = 31.9%
G = 22.38%
B = 45.71%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#432F60 (or 0x432F60) is known color: Jacarta. HEX triplet: 43, 2F and 60. RGB value is (67,47,96). Sum of RGB (Red+Green+Blue) = 67+47+96=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #432F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432F60 is #BCD09F. Grayscale: #3A3A3A. Windows color (decimal): -12374176 or 6303555. OLE color: 6303555.

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

Color convert

RGB 67 47 96 -
CMYK 0.30 0.51 0 0.62
HSL 264.49º 0.34% 0.28% -
HSV(B) 264.49º 0.51% 0.38% -
XYZ 5.44 4.07 11.57 -
YUV 58.57 149.13 134.02 -
System Red Green Blue C M Y K H S L
Decimal 67 47 96 0.30 0.51 0 0.62 264.49 0.34 0.28
Hex 43 2F 60 1E 33 0 3E 108 22 1C
Octal 103 57 140 36 63 0 76 410 42 34
Binary 1000011 101111 1100000 11110 110011 0 111110 100001000 100010 11100

Color Harmonies of #432F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432F60

Black with #432F60

Text Example


Text Example

White with #432F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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